New operator - Features, Definition - Memory Management
Q. Which of the following is not a false statement about new operator?- Published on 17 Jul 15a. It can’t be overloaded.
b. It returns garbage value when memory allocation fails.
c. It automatically computes the size of the data object.
d. All of these
ANSWER: It automatically computes the size of the data object.