What is a dangling pointer in C++ ?
A pointer that has not been initialized
A pointer that points to a static variable
A pointer that points to an invalid memory location
A pointer that points to multiple locations
This question is part of this quiz :
Quiz on C++ Memory Management