Q. What is a dangling pointer? (A) Pointer to a variable (B) Pointer to freed memory (C) Pointer to null (D) Pointer not initialized ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Pointer to freed memory Explanation: Dangling pointers refer to memory that has been deallocated.