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 |
Why did you leave your last job?
Is there any difference between int [] a and int a [] in c++?
Eplain extern keyword?
Brief explaination about #include<iostream.h>, cin and cout
Should the this pointer can be used in the constructor?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the difference between a class and a structure in C++?
What is pointer -to-members in C++? Give their syntax?
What is an undefined behavior and sequence points
program in c++ to input digits and print in words
What do you mean by “this” pointer?
What is a character in c++?