Symbol (programming)

From Wiki @ Karl Jones dot com
Revision as of 14:19, 16 September 2016 by Karl Jones (Talk | contribs) (Created page with "In computer programming, a '''symbol''' is a primitive datatype whose instances have a unique human-readable form. Symbols can be used...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In computer programming, a symbol is a primitive datatype whose instances have a unique human-readable form. Symbols can be used as identifiers. In some programming languages, they are called atoms.

In the most trivial implementation, they are essentially named integers (e.g. the enumerated type in C).

See also

External links