What is a Dangling Pointer? This has often been asked by my students. Here comes the answer. A dangling pointer is one that points to an object that has already been deleted. As an example, let p1 and p2 be two pointers that are pointing to an object