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
What are the 5 data types?
How important is structure in life?
How many bytes are occupied by near, far and huge pointers (dos)?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Is it better to bitshift a value than to multiply by 2?
Why we not create function inside function.
What is the code for 3 questions and answer check in VisualBasic.Net?
write a proram to reverse the string using switch case?
What type is sizeof?
What is pass by value in c?
Why does not c have an exponentiation operator?
What is return type in c?
What is #line in c?
What is the acronym for ansi?
What are derived data types in c?