If Delete Is Used To Delete An Object Which Was Not Allocated #1265
If delete is used to delete an object which was not allocated using new _______________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Memory Allocation & Scope of Variable - OOPs MCQ: Delete Operator - Quiz No.1.
If delete is used to delete an object which was not allocated using new _______________
Then out of memory error arises
Then unreachable code error arises
Then unpredictable errors may arise
Then undefined variable error arises