C Programming
The declarationint (*p) [5];means

p is a pointer to a 5 elements integer array.
None of these.
p is one dimensional array of size 5, of pointers to integers.
The same as int *p[

ANSWER DOWNLOAD EXAMIANS APP