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

What is c++ code?

580


What is the purpose of template?

603


Explain the concept of friend function in c++?

597


Define pointers?

597


What are exceptions c++?

584






What is array in c++ example?

638


Can we sort map in c++?

587


Will rust take over c++?

581


How would perform Pattern Matching in C++?

648


Write a Program to find the largest of 4 no using macros.

575


Is c++ a software?

717


What are the uses of typedef in a program?

604


What does ctime() do?

609


Write bites in Turbo c++ Header ("Include") Files.

676


What is the exit function in c++?

535