Q23
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board