What is an volatile variable?

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


Please Help Members By Posting Answers For Below Questions

explain what is a newline escape sequence?

692


Explain what’s a signal? Explain what do I use signals for?

616


What is pointer to pointer in c?

636


Can include files be nested?

631


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2580






how many errors in c explain deply

1633


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1675


What is sorting in c plus plus?

568


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1360


What is the difference between fread and fwrite function?

642


What is extern storage class in c?

515


Can we access array using pointer in c language?

650


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1635


When the macros gets expanded?

792


Explain the properties of union.

614