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 wrapper class in c++?
What is a list c++?
What is the main function c++?
What is endl?
What are the different types of polymorphism?
What is a c++ class?
What is object oriented programming (oop)?
Which operator cannot be overloaded c++?
How are virtual functions implemented in c++?
What are the various situations where a copy constructor is invoked?
Who made c++?
Describe linkages and types of linkages?