Solved

Select the False Statement. the New Operator

Question 8

Multiple Choice

Select the false statement. The new operator:


A) Can attempt to allocate as much memory as the programmer requests.
B) Returns a pointer to a location in memory.
C) Can indicate failure differently on different compilers.
D) Throws a bad_alloc exception regardless of what function is registered with set_new_handler.

Correct Answer:

verifed

Verified

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

Related Questions