InterviewSolution
Saved Bookmarks
| 1. |
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 classThis 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 |
|
Answer» The correct answer is (a) Deallocates a block of memory |
|