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
C. To make the pointer constant
D. To prevent pointer declaration
Answer: Option B
Join The Discussion