Demystifying Dangling Pointers
A dangling pointer is a programming term that refers to a pointer that points to a memory location that has been deallocated or freed. In other words, it is a pointer that no longer points to a valid memory location.
Dangling pointers typically occur...
iamrajiv.hashnode.dev8 min read