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
AnswerD.
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