InterviewSolution
Saved Bookmarks
| 1. |
If delete is used to delete an object which was not allocated using new _______________(a) Then out of memory error arises(b) Then unreachable code error arises(c) Then unpredictable errors may arise(d) Then undefined variable error arisesThe question was posed to me by my college director while I was bunking the class.The query is from Delete Operator in portion Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» The correct answer is (c) Then unpredictable ERRORS may arise |
|