Pregunta de entrevista de NVIDIA

What is a volatile variable

Respuesta de la entrevista

Anónimo

6 ene 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