Q25
What is a dangling pointer in C++?
A.
A pointer that points to a deallocated memory
AnswerB.
A pointer that points to a valid memory
C.
A pointer that points to a null value
D.
A pointer that points to a reserved memory location
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board