What is the purpose of the const keyword in C++?
A. To indicate that a variable may be changed unexpectedly by hardware or another thread
B. To indicate that a variable cannot be modified
C. To specify that a function cannot be overridden
D. To specify that a variable's value cannot be changed once initialized
Answer: Option D
Join The Discussion