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
Write my own zero-argument manipulator that should work same as hex?
What is abstraction in c++ with example?
What is algorithm in c++ programming?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What do you mean by public protected and private in c++?
Do vectors start at 0 c++?
Tell me difference between constant pointer and pointer to a constant.
What is decltype c++?
What are the sizes and ranges of the basic c++ data types?
What is operator overloading in c++ example?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is the advantage of c++ over c?
Is c++ proprietary?
How does work in c++?
What are the advantages of early binding?