Answer Posted / harendra pal
It is a process during exception handling when the destructor is called for all local objects between the place where the exception was thrown and where it is caught.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a forward referencing and when should it be used?
Why is c++ considered difficult?
How const int *ourpointer differs from int const *ourpointer?
What are function prototypes?
How would you use the functions memcpy(), memset(), memmove()?
What does std :: flush do?
How would you differentiate between a pre and post increment operators while overloading?
What are shallow and deep copy?
What is operators in c++?
What is a c++ map?
What is the use of setfill in c++?
What do you mean by volatile and mutable keywords used in c++?
Explain queue. How it can be implemented?
Can c++ be faster than c?
Describe public access specifiers?