can you do length(array[]) in c code example Example: size of an array c int a[20]; int length; length = sizeof(a) / sizeof(int);