Q222
What makes the following declaration denote? int **ptr;
A.
ptr is a function pointer that returns pointer to int type
B.
ptr is a pointer to an int pointer
AnswerC.
ptr is a pointer to pointer to type int
D.
none of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board