Interview Question

Created by admin on Sat, 17/11/2012 - 15:17
Question: 

What do you mean by Stack unwinding?

Language: 
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.