1.

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

A. Object destructor is called after deallocation
B. Object destructor is called before deallocation
C. Object destructor is not used
D. Object destructor can be called anytime during destruction
Answer» C. Object destructor is not used


Discussion

No Comment Found