Assume that
int array[16];
There is standard conversion called array-to-pointer conversion, so array would be converted implic
array
An array in C behaves as a pointer to the address of the first element in memory.