The objects allocated using new operator ________________
(a) Are destroyed when they go out of scope
(b) Are not destroyed even if they go out of scope
(c) Are destroyed anytime
(d) Are not destroyed throughout the program execution
This question was posed to me in exam.
Query is from New Operator in portion Memory Allocation & Scope of Variable of Object Oriented Programming