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 is one dimensional array in c++?

0 Answers  


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


What are the different types of polymorphism in c++?

0 Answers  


what is the emaning of '#include" "'?

5 Answers  


What are containers in c++?

0 Answers  






What does catch(…) mean?

0 Answers  


Which one between if-else and switch is more efficient?

0 Answers  


What is conversion constructor?

2 Answers   TCS,


How do you compile the source code with your compiler?

0 Answers  


What is flush () in c++?

0 Answers  


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,


What is c++ in english?

0 Answers  


Categories