Question

Q1: Which of the following is false about the new operator and the object for which it allocates memory?
a. It calls the object's constructor.
b. It returns a pointer.
c. It does not require the size of the object to be explicitly specified in the new expression.
d. It automatically destroys the object after mainis exited.

Answer

This answer is hidden. It contains 52 characters.