Add to Chrome
Which of the following statements is/are TRUE about object creation and initialization in C++?
Static objects are created on the stack
Dynamic objects are created using the new operator
Initialization sets the initial value of an object when it is created
The delete operator is used to free memory allocated to static objects