adplus-dvertising
frame-decoration

Question

The new operator _________________

a.

Invokes function operator new

b.

Doesn’t invoke function operator new

c.

Invokes function operator only if required

d.

Can’t invoke function operator new implicitly

Answer: (a).Invokes function operator new

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The new operator _________________

Similar Questions

Discover Related MCQs

Q. If new operator is defined for a class and still global new operator have to be used, which operator should be used with the keyword new?

Q. How does compiler convert “::operator new” implicitly?

Q. What is delete operator?

Q. If an object is allocated using new operator ____________

Q. Does delete return any value?

Q. Which type of value is resulted from the delete operator?

Q. If delete is used to delete an object which was not allocated using new _______________

Q. Delete operator _________________

Q. When delete operator is used ___________________ (If object has a destructor)

Q. If delete is applied to an object whose l-value is modifiable, then _______________ after the object is deleted.

Q. How many variants of delete operator are available?

Q. Which is the correct syntax to delete a single object?

Q. Which is the correct syntax to delete array of objects?

Q. Which cases among the following produces the undefined result?

Q. The delete operator __________________

Q. For objects that are not of class type ______________

Q. The delete operator __________________________

Q. What are automatic variables?

Q. The memory for automatic variables ___________________

Q. Scope of an automatic variable _______________