|
| Total Answers and Comments: 4 |
Last Update: December 28, 2007 Asked by: suji |
|
| | |
|
Submitted by: michaelpyles Volatile is not a storage class. A storage class defines where the value of the variable is stored. Volatile tells the compiler that the variable may be modified by code that is not apparent to the compiler... so therefore, don't get smart and try to optimize it away.
Above answer was rated as good by the following members: bobsEmc2 | Go To Top
|