Which Among The Following Is Referred As An Array Of Pointers #834
Which among the following is referred as an array of pointers?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Miscellaneous Topics - Unsafe Code Pointers Basics - Quiz No.1.
Which among the following is referred as an array of pointers?
int *p;
int (*)p;
int p[4];
int*[4] p;