What is optimization in c++?
when using volatile.optimization is not possible..what does
this mean?
Answer / sindhu
In C, the keyword Volatile tells the compiler that the value
of that variable may change unexpectedly(not using the code
that is found nearby).So the optimizer must do nothing to
the variable to make the code efficient.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of seekg in c++?
What is the importance of mutable keyword?
write a programme to get a character and thier ASCII value
What is the difference between mutex and binary semaphore?
What is the role of copy constructor in copying of thrown objects?
Explain linked list using c++ with an example?
What are protected members in c++?
What is Memory Alignment?
Is c++ vector a linked list?
Is java a c++?
What is meant by entry controlled loop?
0 Answers Agilent, ZS Associates,
What is the default access level?