If a pointer to an object is created and the object gets deleted without using the pointer then __________
(a) It becomes void pointer
(b) It becomes dangling pointer
(c) It becomes null pointer
(d) It becomes zero pointer
I had been asked this question in an online interview.
The question is from Pointer to Objects in division Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming