Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
null
A special value used in several languages to
represent the thing referred to by an uninitialised pointer.
A special value that may be stored in some database
columns to represent an unknown, missing, not applicable, or
undefined value. Nulls are treated completely differently
from ordinary values when evaluating SQL expressions and there
are several SQL constructs for dealing with nulls.
(2003-06-17)