Examveda

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

C. ptr is a pointer to pointer to type int

D. none of the mentioned

Answer: Option B


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer