Q. ___ is a pointer that occurs at the time when the object is de-allocated from memory without modifying the value of the pointer.
β
Correct Answer: (A)
Dangling pointer
Explanation: A dangling pointer is a pointer that occurs at the time when the object is de-allocated from memory without modifying the value of the pointer.