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 |
Describe new operator?
What is the difference between new() and malloc()?
What do you mean by Stack unwinding?
What is a hash function c++?
What is the full form of stl in c++?
Write a function to find the nth item from the end of a linked list in a single pass.
Can we inherit constructor in c++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Write bites in Turbo c++ Header ("Include") Files.
What flag means?
Is there anything you can do in C++ that you cannot do in C?
What is iterator in c++?