C++ Exception Handling Question: Catch handler can have multiple parameters. a. True b. False C++ Exception Handling Interview QuestionAnswer: b. False Previous QuestionNext QuestionThe code of statements which may cause abnormal termination of the program should be written under_________ block. a. try b. catch c. Finally d. None of theseException handlers are declared with ____________ keyword. a. Try b. catch c. throw d. finally