Answer Posted / mustafa
Volatile restricts the compiler in two ways
1-> No optimization algorithm should be applied to this
variable.
2-> When ever you need the value of the volatile variable
please take it from the memory.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Is overriding possible in c++?
What are the various access specifiers in c++?
Should you pass exceptions by value or by reference?
What are advantages of c++?
What is vector string in c++?
Which software is best for coding?
Write is a binary search tree? Write an algo and tell complexity?
In a function declaration what does extern means?
Explain differences between alloc() and free()?
What is a local reference?
Can we use clrscr in c++?
What is a linked list in c++?
Can manipulators fall in love?
You want to link a c++ program to c functions. How would you do it?
Is it possible to use a new for the reallocation of pointers ?