Page 1 of 1

Which among the following is referred as an array of pointers?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) int *p;
b) int (*)p;
c) int p[4];
d) int*[4] p;