What is a dangling pointer?
Question 1
Q1. What is a dangling pointer?
Answer: Pointer to a freed memory location
Explanation: Dangling pointer points to memory that has been freed or reused. NET computer science MCQs often test this core concept.