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
How do you write a function that can reverse a linked-list?
What is protected inheritance?
What is isdigit c++?
Can recursive program be written in C++?
what do you mean by volatile variable?
Can I run c program in turbo c++?
What are the benefits of pointers?
Does c++ support exception handling?
What are the sizes and ranges of the basic c++ data types?
Can we use pointers in c++?
Can I make ios apps with c++?
Search for: what is pair in c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is a template in c++?
Is c++ a good beginners programming language?