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 one dimensional array in c++?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What are the different types of polymorphism in c++?
what is the emaning of '#include" "'?
What are containers in c++?
What does catch(…) mean?
Which one between if-else and switch is more efficient?
What is conversion constructor?
How do you compile the source code with your compiler?
What is flush () in c++?
How to construct virtual constructor
6 Answers CIStems Software, Symphony,
What is c++ in english?