A

Admin • 833K Points
Coach

Q. Which of the following is used to handle exceptions in C++?

  • (A) try and catch
  • (B) error handling functions
  • (C) exception class
  • (D) None of the above
  • Correct Answer - Option(A)
  • Views: 20
  • Filed under category C++
  • Hashtags:

Explanation by: Admin

In C++, exceptions are handled using 'try' and 'catch' blocks.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.