InterviewSolution
Saved Bookmarks
| 1. |
If delete is applied to an object whose l-value is modifiable, then _______________ after the object is deleted.(a) Its value is defined as null(b) Its value is defined as void(c) Its value is defined as 0(d) Its value is undefinedThe question was asked by my college director while I was bunking the class.Asked question is from Delete Operator topic in chapter Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» Correct CHOICE is (d) Its value is undefined |
|