Catch handler can have multiple parameters

Q.  C++: Catch handler can have multiple parameters.
- Published on 24 Jun 15

a. True
b. False

ANSWER: False
 
A catch handler should contain only one parameter of any type. Multiple parameters are not allowed inside catch handler.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)