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 do you mean by global variables?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


Write a Program for find and replace a character in a string.

0 Answers  


When to use “const” reference arguments in a function?

0 Answers  


Which one between if-else and switch is more efficient?

0 Answers  






What is encapsulation in c++?

0 Answers  


Explain explicit container.

0 Answers  


What is an action class?

1 Answers  


What is a float in c++?

0 Answers  


What is a block in c++?

0 Answers  


Explain all the C++ concepts using examples.

0 Answers   InterGraph,


What is the oldest programming language?

0 Answers  


Categories