Multiple Choice
When the __________ operator fails to allocate memory, C++ throws a bad_alloc exception.
A) new
B) alloc
C) catch
D) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The line containing a throw statement is
Q6: When an error occurs, an exception is<br>A)
Q7: If an exception is not caught, it
Q8: A generic function that can work with
Q9: All type parameters defined in a function
Q11: The _ starts with the key word
Q12: Exceptions are used to signal errors or
Q13: What does the word class indicate in
Q14: The try block of a try/catch construct
Q15: Catch blocks serve as<br>A) exception handlers<br>B) receivers<br>C)