Vidyalelo
C++ Programming · Q5

C++ miscellaneous

Programming · C++ Programming · question 5

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board