What is the purpose of the 'volatile' qualifier in C++?
A. To indicate that a variable should be optimized by the compiler
B. To indicate that a variable may be modified by external factors
C. To indicate that a variable should not be optimized by the compiler
D. None of the above
Answer: Option B
Join The Discussion