What makes the following declaration denote?
int **ptr;
int **ptr;
A. ptr is a function pointer that returns pointer to int type
B. ptr is a pointer to an int pointer
C. ptr is a pointer to pointer to type int
D. none of the mentioned
Answer: Option B
Join The Discussion