Ask Question
30 August, 19:56

Which header provides functions that deal with exceptional conditions?

+5
Answers (1)
  1. 30 August, 21:41
    0
    header provides functions for exception handling in c++.

    Explanation:

    Exceptions gives a way to respond to exceptional conditions (like runtime errors) in codes by transferring the control to other special functions called handlers. Since try, catch and throw can work in the iostream header file. To use more functions like unexpected, current_exception, rethrow_exception we need exception header file.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which header provides functions that deal with exceptional conditions? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers