Sail E0 Webinar
Question
The declaration
int (*p) [5];
means
Options:
A .  p is one dimensional array of size 5, of pointers to integers.
B .  p is a pointer to a 5 elements integer array.
C .  The same as int *p[
D .  None of these.
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers