What is a delete operator?
(a) Deallocates a block of memory
(b) Deallocates whole program memory
(c) Deallocates only primitive data memory
(d) Deallocates all the data reserved for a class
This question was addressed to me in a job interview.
This intriguing question comes from Delete Operator topic in portion Memory Allocation & Scope of Variable of Object Oriented Programming