Languages that use pointers often have a special "NULL" value, used to represent pointers that do not point to a valid object / memory location.
See NullPointer.