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
AnswerD.
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