C++ Programming Question: Download C++ Programming PDF

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

Tweet Share WhatsApp

Answer:

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.

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
What is class invariant in C++?Define precondition and post-condition to a member function in C++?