πŸ“Š C++
Q. Which of the following is the most general exception handler that catches exception of any type?
  • (A) catch()
  • (B) catch(std::exception)
  • (C) catch(std::any_exception)
  • (D) catch(…)
πŸ’¬ Discuss
βœ… Correct Answer: (B) catch(std::exception)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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