Solved

The Bad_alloc Exception Is Thrown

Question 16

Multiple Choice

The bad_alloc exception is thrown


A) when program code encounters a bad memory location.
B) by the new operator.
C) when you forget to free memory with the delete operator.
D) only when the program contains a catch block.
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions