Vidyalelo
C++ Programming · Q43

Variables and Data Types in C++

Programming · C++ Programming · question 43

Q43

What does the 'volatile' keyword indicate in C++?

A.
The variable is thread-safe
B.
The variable is not accessible
C.
The value of the variable may change at any time by external factors
Answer
D.
The value of the variable remains constant

Answer: Option C

Solution

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