Answer Posted / priya
In computer programming,a variable or object declared
with the volatile keyword may be modified externally
from the declaring object. Variables declared to be
volatile will not be optimized by the compiler
because the compiler must assume that their values
can change at any time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between a for loop and a while loop? What are it uses?
What are linker error?
Where are the auto variables stored?
What is difference between union All statement and Union?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Add Two Numbers Without Using the Addition Operator
Is stack a keyword in c?
What is variable declaration and definition in c?
How do I use void main?
What is context in c?
Explain argument and its types.
Where we use clrscr in c?
What is meant by int main ()?
Describe the modifier in c?
How can I automatically locate a programs configuration files in the same directory as the executable?