C++ Programmer Question:

Download Job Interview Questions and Answers PDF

Tell us does C++ supports exception handling? If so what are the keywords involved in achieving the same?

C++ Programmer Interview Question
C++ Programmer Interview Question

Answer:

C++ does supports exception handling. try, catch & throw are keyword used for the same.

Download C++ Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what do you mean by C++ access specifiers?Tell me which compiler switch to be used for compiling the programs using math library with g++ compiler?