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
This question was posed to me in semester exam.
This key question is from Delete Operator topic in division Memory Allocation & Scope of Variable of Object Oriented Programming