Vidyalelo
C++ Programming · Q992

C++ miscellaneous

Programming · C++ Programming · question 992

Q992

Which of the following statements are correct about Catch handler? i. It must be placed immediately after the try block ii. It can have more than one parameters iii. There must be one and only one catch handler for every try block iv. There can be multiple catch handler for a try block v. General catch handler can be kept anywhere after try block.

A.
i, iv, v
B.
i, ii, iii
C.
i, iv
Answer
D.
i, ii

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board