Pergunta de entrevista da empresa NVIDIA

What is a volatile variable

Resposta da entrevista

Sigiloso

6 de jan. de 2011

A keyword to let the compiler know that this variable ( or memory location) could be accessed and changed from outside the code and hence not to optimize that region of code

1