find the size of an element in the aray code example Example: get length of array in c int a[17]; size_t n = sizeof(a)/sizeof(a[0]);