Answer Posted / hr@tgksolutions.com
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 the basic structure of a c++ program?
What is the difference between public and private data members?
what is the use of void main() in C++ language?
What is static class data?
What is implicit conversion/coercion in c++?
What is the prototype of printf function?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Explain explicit container.
What is ostream in c++?
Is nan a c++?
What is c++ runtime?
Which one is a preferred language C or C++? Why?
What is abstract keyword in c++?
What are the advantages of pointers?
What is a friend function in c++?