Write about the 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 the difference between method and message?

5 Answers   HP,


Why c++ does not have finally?

0 Answers  


What is split a string in c++?

0 Answers  


Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


What is data types c++?

0 Answers  


Can union be self referenced?

0 Answers  


What does floor mean in c++?

0 Answers  


In the derived class, which data member of the base class are visible?

0 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


What is a forward referencing and when should it be used?

0 Answers  


What is a list c++?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


Categories