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 are the operators in c++?
What is a tuple c++?
Can we change the basic meaning of an operator in c++?
Is c the same as c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is function overloading c++?
What is the full form of stl in c++?
What are the methods of exporting a function from a dll?
What is the use of static functions?
What kind of jobs can I get with c++?
What is #include iomanip?
What is oops in c++?