Catch handler can have multiple parameters
Q. C++: Catch handler can have multiple parameters.- Published on 24 Jun 15a. True
b. False
ANSWER: False
A catch handler should contain only one parameter of any type. Multiple parameters are not allowed inside catch handler.