πŸ“Š C++
Q. Which of the following statements are true about Catch handler?

1. It must be placed immediately after try block T.
2. It can have multiple parameters.
3. There must be only one catch handler for every try block.
4. There can be multiple catch handler for a try block T.
5. Generic catch handler can be placed anywhere after try block.
  • (A) Only 1, 4, 5
  • (B) Only 1, 2, 3
  • (C) Only 1, 4
  • (D) Only 1, 2
πŸ’¬ Discuss
βœ… Correct Answer: (C) Only 1, 4

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
230
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
84%
Success Rate