Answers

Question and Answer:

  Home  C++ Programmer

⟩ Do you know the purpose of the keyword volatile?

Declaring a variable volatile directs the compiler that the variable can be changed externally. Hence avoiding compiler optimization on the variable reference.

 180 views

More Questions for you: