Which standard library provides predefined exception classes in C++? 

  •  
  •  
  •  
The standard library in C++ provides a set of predefined classes that represent standard exception types. Developers can leverage these classes to catch common errors or even derive their own custom exception types from these base classes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *