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...