Which among the following is referred as an array of pointers?
Posted: Wed Jul 13, 2022 7:57 pm
a) int *p;
b) int (*)p;
c) int p[4];
d) int*[4] p;
b) int (*)p;
c) int p[4];
d) int*[4] p;
Accurate answers. Every time.
https://answerhappy.com/