Explain how we implement exception handling in c++?


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

Post New Answer

More C++ General Interview Questions

catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


How do we implement inheritance in c++?

0 Answers  


What are virtual constructors/destructors?

0 Answers  


Is swift better than c++?

0 Answers  


Is nan a c++?

0 Answers  


Write a program which uses Command Line Arguments

0 Answers  


What are the benefits of c++?

0 Answers  


What are the benefits of pointers?

0 Answers  


What is the difference between std::vector and std::list

1 Answers  


What is c++ good for?

0 Answers  


Where do I find the current c or c++ standard documents?

0 Answers  


What does I ++ mean in c++?

0 Answers  


Categories