Explain stack unwinding.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is a manipulator in c++?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


Explain the uses of static class data?

0 Answers  


Are c and c++ similar?

0 Answers  


What issue do auto_ptr objects address?

2 Answers  






What are stacks?

0 Answers  


Out of fgets() and gets() which function is safe to use and why?

0 Answers  


How delete [] is different from delete?

0 Answers  


Write about the local class and mention its use?

0 Answers  


What is string in c++ programming?

0 Answers  


Which c++ compiler is best?

0 Answers  


What is & in c++ function?

0 Answers  


Categories