What do you mean by Stack unwinding?
Answer / 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 |
What is a null object in c++?
List the advantages of inheritance.
What is a protocol class?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is function prototyping? What are its advantages?
In what situations do you have to use initialization list rather than assignment in constructors?
What are c++ tokens?
Explain rethrowing exceptions with an example?
What's the most powerful programming language?
What do you mean by const correctness?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
What are the sizes and ranges of the basic c++ data types?