Constant (computer programming)

From Wiki @ Karl Jones dot com
Revision as of 12:03, 8 November 2016 by Karl Jones (Talk | contribs) (See also)

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

In computer programming, a constant is an identifier with an associated value which cannot be altered by the program during normal execution -- the value is constant.

Description

A constant is different from, but related to, a variable, which is an identifier with a value that can be changed during normal execution -- the value is variable.

See also

External Links