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
hi any body pls give me company name interview conduct "c" language only
What is #include called?
What will be your course of action for a push operation?
Are global variables static in c?
What is data type long in c?
Explain what is the difference between functions abs() and fabs()?
How does placing some code lines between the comment symbol help in debugging the code?
Explain why can’t constant values be used to define an array’s initial size?
When was c language developed?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Is c procedural or functional?
What is clrscr in c?
How do I use strcmp?
what are bit fields in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?