How to find the length of an array in C?

A)sizeof(a)

B)sizeof(a[0])

C)sizeof(a) / sizeof(a[0])

D)sizeof(a) * sizeof(a[0])

Posted on by