Q18
In C, how do you declare an array of pointers to integers?
A.
int* arr[];
AnswerB.
arr int*[];
C.
int arr*[];
D.
int[]* arr;
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board