Difference between a null pointer, a void pointer and a dangling pointer

access_time 2023-09-05T07:43:20.83Z face Bhalchandra Gholkar
Difference between a null pointer, a void pointer and a dangling pointer Frequently asked question in viva voce and interview. Mysterious Pointers Null Pointer: A null pointer is a pointer that doesn't point to any memory location. It is used to indicate that the pointer does not currently refer to...