NullValue

Last edit June 2, 2000
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.