1.

The declarationint (*p) [5];means

A. is one dimensional array of size 5, of pointers to integers.
B. is a pointer to a 5 elements integer array.
C. he same as int*p[
D. one of these.
Answer» C. he same as int*p[


Discussion

No Comment Found