What is optimization in c++?
when using volatile.optimization is not possible..what does
this mean?



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

Post New Answer

More C++ General Interview Questions

What are the operators in c++?

0 Answers  


What is a tuple c++?

0 Answers  


Can we change the basic meaning of an operator in c++?

0 Answers  


Is c the same as c++?

0 Answers  


What are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  






What is function overloading c++?

0 Answers  


What is the full form of stl in c++?

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


What kind of jobs can I get with c++?

0 Answers  


What is #include iomanip?

0 Answers  


What is oops in c++?

0 Answers  


Categories