Examveda

What is a dangling pointer in C++?

A. A pointer that points to a deallocated memory

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


Join The Discussion

Related Questions on Structures and Unions in C plus plus

What is a structure in C++?

A. A collection of functions

B. A reserved keyword in C++

C. A user-defined data type containing variables of different data types

D. A way to declare arrays of data