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
Describe friend function & its advantages.
What is the arrow operator in c++?
What are associate containers?
What are default parameters? How are they evaluated in c++ function?
Can we get the value of ios format flags?
What are pointer-to-members in C++? Give their syntax.
What is ofstream c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Explain this pointer?
Can notepad ++ run c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is the function to call to turn an ascii string into a long?
What is function declaration in c++ with example?
How can you link a c program with a c function?
Write some differences between an external iterator and an internal iterator?