Question

Q1: Select the false statement. Depending on the compiler:
a. A failed new operation can return a 0.
b. A failed new operation can throw a bad_alloc exception.
c. A failed new operation can throw an exception if the <new> header file has been included.
d. A failed new operation can automatically be caught at compile time.

Answer

This answer is hidden. It contains 59 characters.