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 ostream in c++?
How a pointer differs from a reference?
Can notepad ++ run c++?
Give an example of run-time polymorphism/virtual functions.
What is array in c++ pdf?
When the design recommends static functions?
Write about all the implicit member functions of a class?
What is the advantage of an external iterator.
Write any small program that will compile in "C" but not in "C++"?
What are the three types of access specifiers in C++?
What is a breakpoint?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?