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

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

ANSWER DOWNLOAD EXAMIANS APP