What is the sequence of event(s) when allocating memory using new operator?

(A) What is the sequence of event(s) when allocating memory using new operator?
(B) Only constructor is called for objects
(C) Memory is allocated first before calling constructor
(D) Constructor is called first before allocating memory

error: Content is protected !!