What are the costs and benefits of using exceptions?


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

Post New Answer

More C++ Interview Questions

What is the difference between Stack and Queue in C++?

0 Answers   Global Logic, iNautix,


What is C++11?

0 Answers   Adobe,


Question on Copy constructor.

0 Answers   Alter,


What Are The Differences Between A C++ Struct And C++ Class?

2 Answers   Wipro,


In C++ what is a vtable and how does it work?

0 Answers   Agilent,






Discuss about iteration statements in C++ .

0 Answers   Agilent,


Define an Abstract class in C++?

0 Answers  


What is a memory leak in C++?

0 Answers   Agilent,


How do you work around them?

0 Answers   Amazon,


What kind of problems does name mangling cause?

0 Answers   Amazon,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What is the difference between member functions and static member functions?

0 Answers   Alter,


Categories