Multiple Choice
If you want to catch a bad_alloc exception in a program, you should include
A) #include <iostream>
B) #include <alloc>
C) #include <new>
D) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: The beginning of a function template is
Q22: A program may not contain both a
Q23: A(n) _ is used in a function
Q24: If an exception is thrown by a
Q25: A(n) _ is a value or an
Q27: Using a function template requires less code
Q28: Class templates allow you to create one
Q29: A function template prefix is placed before
Q30: What does the T represent in the
Q31: The try/catch/throw construct is able to handle