Constant (computer programming)
From Wiki @ Karl Jones dot com
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.
This 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.
External Links
- Constant (computer programming) @ Wikipedia.com