If A Pointer To An Object Is Created And The Object Gets #1167
If a pointer to an object is created and the object gets deleted without using the pointer then __________
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 Assigning Object, Pointer to Objects, Passing and Returning Object - OOPs MCQ: Pointer to Objects - Quiz No.2.
If a pointer to an object is created and the object gets deleted without using the pointer then __________
It becomes void pointer
It becomes dangling pointer
It becomes null pointer
It becomes zero pointer