how to determine size of array with 5 element in c code example Example: get length of array in c int a[17]; size_t n = sizeof(a)/sizeof(a[0]);