What do you mean by Stack unwinding?



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

Post New Answer

More C++ General Interview Questions

What is difference between c++ and c ++ 14?

0 Answers  


What is conditions when using boolean operators?

0 Answers  


what is meaning of isa and hsa

1 Answers  


What causes a runtime error c++?

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  






Why cstdlib is used in c++?

0 Answers  


Can I have a reference as a data member of a class? If yes, then how do I initialise it?

0 Answers  


What is the main purpose of overloading operators?

0 Answers  


What is auto type c++?

0 Answers  


How many namespaces are there in c++?

0 Answers  


What are references in c++?

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


Categories