Q30
In C, what is a pointer to a constant pointer (int* const)?
A.
A pointer that cannot be modified
B.
A pointer that points to a constant pointer
AnswerC.
A constant pointer to a constant integer
D.
A pointer to a constant integer
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board