Question d’entretien chez NVIDIA

What is a volatile variable

Réponse à la question d'entretien

Utilisateur anonyme

6 janv. 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