Interview Questions

What do you mean by Stack unwinding?

C++ Interview Questions and Answers


(Continued from previous question...)

16. What do you mean by Stack unwinding?

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.

(Continued on next question...)

Other Interview Questions