What do you mean by Stack unwinding?



What do you mean by Stack unwinding?..

Answer / harendra pal

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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Is c++ used anymore?

0 Answers  


What is #include math h in c++?

0 Answers  


What is called array?

0 Answers  


Which should be more useful: the protected and public virtuals?

0 Answers  


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,






What is unary operator? List out the different operators involved in the unary operator.

0 Answers  


When does the c++ compiler create temporary variables?

0 Answers  


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  


Difference between struct and class in terms of access modifier.

0 Answers  


Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


Can we have "Virtual Constructors"?

10 Answers   TCS,


Explain the term memory alignment?

0 Answers  


Categories