Q154
Which among the following is referred as an array of pointers?
A.
int *p;
B.
int (*)p;
C.
int p[4];
D.
int*[4] p;
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board