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 |
What are exceptions c++?
What happens when you make call 'delete this;'?
What is a class definition?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What return value must conversion operators have in their declaration?
Distinguish between new and malloc and delete and free().
What is virtual base class?
What is a namespace in c++?
What is the size of pointer ? Also size of pointer in 64 bit pointer
Is rust better than c++?
What are the uses of typedef in a program?
How the compilers arranges the various sections in the executable image?