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

Array base access faster or pointer base access is faster?

0 Answers  


What do you mean by translation unit in c++?

1 Answers  


Explain pass by value and pass by reference.

0 Answers  


Is c++ the hardest programming language?

0 Answers  


What is name mangling?

3 Answers  






What will happen if when say delete this ?

7 Answers  


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

0 Answers  


What happens when the extern "c" char func (char*,waste) executes?

0 Answers  


How long will it take to learn programming?

0 Answers  


What are the different types of Storage classes?

5 Answers  


Give 2 examples of a code optimization?

4 Answers  


What is function prototyping?

0 Answers  


Categories