Ask Question

Which header provides functions that deal with exceptional conditions?

+1
Answers (1)
  1. 24 July, 14:56
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers