Explain what happens when an exception is thrown in C++.


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

Post New Answer

More C++ Interview Questions

What is Copy Constructor?

5 Answers   ABC, Siemens,


What is a virtual base class?

6 Answers   Fidelity, Siemens,


Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

0 Answers   Adobe,


What are the major differences between C and C++?

0 Answers   Amazon,


What is latest update of C++ ?

0 Answers   Adobe,






Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


What are Agilent PRECOMPILERS?

0 Answers   Agilent,


C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

0 Answers  


What Is Polymorphism in C++ ?

1 Answers   IBS, Impetus, ITC Indian Tobacco Company, Motorola,


What is RTTI and why do you need it?

0 Answers   Amazon,


Write a C++ Program to Find Sum and Average of n numbers using for loop.

1 Answers  


What is conversion constructor in C++

0 Answers   TCS,


Categories