Vidyalelo
C Programming · Q222

Pointer

Programming · C Programming · question 222

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
Answer
C.
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