1.

How many variants of delete operator are available?(a) Only 1(b) Only 2(c) Only 3(d) Only 4I got this question in my homework.I want to ask this question from Delete Operator topic in chapter Memory Allocation & Scope of Variable of Object Oriented Programming

Answer»

The correct answer is (b) Only 2

Easiest EXPLANATION - There are two VARIANTS of DELETE OPERATOR. ONE is for object deletion. Other is for deletion of object array.



Discussion

No Comment Found

Related InterviewSolutions