Vidyalelo
C++ Programming · Q25

Structures and Unions in C++

Programming · C++ Programming · question 25

Q25

What is a dangling pointer in C++?

A.
A pointer that points to a deallocated memory
Answer
B.
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