Which of the following option is true about new operator to dynamically allocate memory to an object?

(A) The new operator determines the size of an object
(B) Allocates memory to object and returns pointer of valid type
(C) Creates an object and calls the constructor to initialize the object
(D) All of the given options

error: Content is protected !!