C++ Exception Handling Question: Generic catch handler is represented by ______________. a. catch(..,) b. catch(---) c. catch(…) d. catch( void x) C++ Exception Handling Interview QuestionAnswer: c. catch(…) Previous QuestionNext QuestionCan you please Illustrate Rethrowing exceptions?Throwing an unhandled exception causes standard library function _______________ to be invoked. a. stop() b. aborted() c. terminate() d. abandon()