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 Member Functions in Classes?
Can you sort a set c++?
what are the iterator and generic algorithms.
What do the header files usually contains?
Explain unexpected() function?
What are stacks? Give an example where they are useful.
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is polymorphism and its type in c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is fixed in c++?
What is rtti in c++?
What is extern c++?
What is ifstream c++?
Can you pass an array to a function in c++?
Explain the advantages of using friend classes.