MCQOPTIONS
Saved Bookmarks
| 1. |
When isstd::bad_allocexception thrown? |
| A. | a. When new operator cannot allocate memory |
| B. | b. When alloc function fails |
| C. | c. When type requested for new operation is considered bad, thisexception is thrown |
| D. | d. When delete operator cannot delete teh allocated (corrupted) object |
| Answer» E. | |