Examveda

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

D. The value of the variable remains constant

Answer: Option C


Join The Discussion

Related Questions on Variables and Data Types in C plus plus