Q10
In C, what is the purpose of the 'const' keyword when used with a pointer declaration?
A.
To declare a constant pointer
B.
To make the pointer point to a constant value
AnswerC.
To make the pointer constant
D.
To prevent pointer declaration
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board