Q5
What does the 'const' qualifier indicate in C++?
A.
That the variable is a constant
B.
That the variable has dynamic storage duration
C.
That the variable has external linkage
D.
That the value of the variable cannot be changed
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board