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 |
How do you flush std cout?
Why do we learn c++?
What is constructor c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is slicing?
What is wrapper class in c++?
What is a parameterized type?
Can member functions be private?
Write the program form Armstrong no in c++?
Are vectors faster than arrays?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
How we can differentiate between a pre and post increment operators during overloading?