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 the c++ code?
Explain how an exception handler is defined and invoked in a Program.
What is using namespace std in c++?
Is c++ a software?
State two differences between C and C++.
Explain operator overloading.
What is the cout in c++?
What is the size of integer variable?
Explain method of creating object in C++ ?
Out of fgets() and gets() which function is safe to use and why?
Is c++ a programming language?
Explain how overloading takes place in c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Define 'std'.
What is prototype in c++ with example?