Vidyalelo
C Programming · Q12

Pointer

Programming · C Programming · question 12

Q12

In C, what is a double pointer (int**)?

A.
A pointer to an integer
B.
A pointer that can store two addresses
C.
A pointer to a pointer
Answer
D.
A pointer to a double data type

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board