Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

What do you mean by Stack unwinding?

  Shared By: Adah Miller    Date: Jan 25    Category: C++ Programming    Views: 130

Answer:

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.

Share: 
 

Didn't find what you were looking for? Find more on What do you mean by Stack unwinding? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: