Answer Posted / nashiinformaticssolutions
A volatile variable indicates to the compiler that the variable can be changed at any time, preventing optimizations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between array and vector in c++?
Is c++ still in demand?
How a modifier is similar to mutator?
Can you overload the operator+ for short integers?
Is arr and &arr are same expression for an array?
What is an inline function in c++?
How do you declare a set in c++?
Explain how an exception handler is defined and invoked in a Program.
What are the uses of pointers?
Explain the concept of memory leak?
Explain storage qualifiers in c++.
What is code reusability in c++?
Which software is best for coding?
What does #define mean in c++?
What kind of problems can be solved by a namespace?