What do you mean by Stack unwinding in C++?

Submitted by: Administrator
Stack unwinding in C++ 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.
Submitted by: Administrator

Read Online C++ Programming Job Interview Questions And Answers