C Programming MCQ

1:

The declaration
int (*p) [5];
means

A.

p is a one dimensional array of size 5, of pointers to integers

B.

p is a pointer to a 5 element integer array

C.

the same as int *p[5];

D.

none of the above

 

Answer : B

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.