

MCQOPTIONS
Saved Bookmarks
1. |
When is std::bad_alloc exception thrown? |
A. | when new operator cannot allocate memory |
B. | when alloc function fails |
C. | when type requested for new operation is considered bad, thisexception is thrown |
D. | object |
Answer» E. | |