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
Array base access faster or pointer base access is faster?
Can we get the value of ios format flags?
What is #include iostream?
Is c++ fully object oriented?
What is pure virtual function? Or what is abstract class?
When to use “const” reference arguments in a function?
Do you know the use of vtable?
Can I learn c++ as my first language?
What is unary operator? List out the different operators involved in the unary operator.
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is using namespace std in c++?
How can I learn c++ easily?
Do you know the problem with overriding functions?
how to connect with oracle 9i with server in socket program in c/c++
List down the guideline that should be followed while using friend function.