What do the keywords volatile and mean mutable?
No Answer is Posted For this Question
Be the First to Post Answer
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
What are the static members and static member functions?
What are destructors?
how is returning structurs from functions?Show an eg?
What is an iterator?
differance between copy & clon
Can we define a constructor as virtual in c++?
What is the standard template library (stl)?
What is a reference in C++?
Why the usage of pointers in C++ is not recommended ?
What is flag in computer?
what is smart pointer & use of the smart pointer ???