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 is extern storage class in c?
find out largest elemant of diagonalmatrix
What the different types of arrays in c?
given post order,in order construct the corresponding binary tree
What is the use of pointers in C?
what do you mean by enumeration constant?
Why #include is used in c language?
When c language was developed?
Explain what is the benefit of using #define to declare a constant?
What is a static variable in c?
How does placing some code lines between the comment symbol help in debugging the code?
What are the different types of linkage exist in c?
write a program to display all prime numbers
Define VARIABLE?
What's the difference between constant char *p and char * constant p?