Science Fair Project Encyclopedia
Volatile variable
In computer programming, a variable or object declared with the volatile keyword may be modified externally from the declaring object. For example, a variable modified by multiple threads should be declared volatile.
Variables and objects declared as volatile will not be optimized by the compiler because their value can change at any time.
11-30-2008 18:11:33
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


