What is the purpose of the 'const' keyword in a pointer declaration in C++?
A. Indicates that the pointer itself is constant
B. Indicates that the value pointed to is constant
C. Indicates that the pointer can be reassigned
D. Indicates that the pointer points to a constant value
Answer: Option B

Join The Discussion