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


Please Help Members By Posting Answers For Below Questions

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 .

916


Does c++ cost money?

762


What is a syntax in c++?

864


Why do we use string in c++?

704


What causes a runtime error c++?

811


When is the destructor called?

778


How to implement is-a and has-a class relationships?

772


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

1785


What are the various compound assignment operators in c++?

716


What is the object serialization?

846


What is jump statement in C++?

790


Write about the scope resolution operator?

780


What is c++ 11 and c++ 14?

816


What is the error in the code below and how should it be corrected?

521


write a programme to get a character and thier ASCII value

2791