C++ Exception Handling Question:
Download Questions PDF

Generic catch handler is represented by ______________.

a. catch(..,)
b. catch(---)
c. catch(…)
d. catch( void x)

C++ Exception Handling Interview Question
C++ Exception Handling Interview Question

Answer:

c. catch(…)

Download C++ Exception Handling Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please Illustrate Rethrowing exceptions?Throwing an unhandled exception causes standard library function _______________ to be invoked.

a. stop()
b. aborted()
c. terminate()
d. abandon()