What is optimization in c++?
when using volatile.optimization is not possible..what does
this mean?
Answer Posted / 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 View All Answers
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Does c++ cost money?
What is a syntax in c++?
Why do we use string in c++?
What causes a runtime error c++?
When is the destructor called?
How to implement is-a and has-a class relationships?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What are the various compound assignment operators in c++?
What is the object serialization?
What is jump statement in C++?
Write about the scope resolution operator?
What is c++ 11 and c++ 14?
What is the error in the code below and how should it be corrected?
write a programme to get a character and thier ASCII value