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 the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

0 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


How can we read/write Structures from/to data files?

0 Answers  


what does the following statement mean? int (*a)[4]

0 Answers  


Write about an iterator class?

0 Answers  






What is oop in c++?

0 Answers  


Can I make ios apps with c++?

0 Answers  


What is capacity in vector in c++?

0 Answers  


What is the basic structure of c++ program?

0 Answers  


What is slicing?

1 Answers  


What is pointer to member?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  


Categories