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.
d. Throws a bad_alloc exception regardless of what function is registered with set_new_handler.v
You might also like to view...
An If...Then statement can be used to compare two string values. _________________________
Answer the following statement true (T) or false (F)
Which of the following is true?
A) The retrieve() method of an iterator can only be called after isEmpty() has returned false B) The remove() method of an iterator can only be called after next() has been called C) Any iterator can move forward as well as backwards through a collection D) Once an iterator has reached the end of the collection, calling any of its methods will throw a NoSuchElement exception