What is an volatile variable?

Answer Posted / srividya

A volatile variable is variable whose value can change with
out the knowledge of the compile. so the data access
optimization is lost.
These sort of variable are used normally accessing a global
variable between two threads.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi any body pls give me company name interview conduct "c" language only

1923


What is #include called?

822


What will be your course of action for a push operation?

872


Are global variables static in c?

901


What is data type long in c?

845


Explain what is the difference between functions abs() and fabs()?

865


How does placing some code lines between the comment symbol help in debugging the code?

782


Explain why can’t constant values be used to define an array’s initial size?

1125


When was c language developed?

939


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1924


Is c procedural or functional?

803


What is clrscr in c?

907


How do I use strcmp?

846


what are bit fields in c?

1224


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

1026