Short Answer
If a length greater than the maximum allowed for a string object is used,the class ____________________ deals with the error that occurs.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: If the operator new cannot allocate memory
Q18: In C++, throw is a(n) _ word.
Q23: The class _ deals with the string
Q24: Which of the following options should you
Q26: To deal with logical errors in a
Q34: The general syntax to rethrow an exception
Q36: When an exception occurs in a try
Q37: To use the assert function in your
Q43: The code to handle exceptions depends on
Q44: When an exception occurs in a program,the