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 recursion?
What is null pointer and void pointer?
Explain virtual destructor?
What is istream and ostream in c++?
Can we sort map in c++?
What do you mean by delegate? Can a user retain delegates?
What is different in C++, compare with unix?
Is c++ faster than c?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is a local reference?
Write bites in Turbo c++ Header ("Include") Files.
What is polymorphism and its type in c++?
what are the types of Member Functions?
what is upcasting in C++?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass