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 |
Is map sorted c++?
Do the parentheses after the type name make a difference with new?
Is map thread safe c++?
Is there any difference between int [] a and int a [] in c++?
Are vectors faster than arrays?
What is an arraylist c++?
What is pure virtual function? Or what is abstract class?
What are different types of polymorphism supported by C++
Explain object slicing in c++?
Who made c++?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is token c++?