Difference between revisions of "Constant (computer programming)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→See also) |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
* [[Computer science]] | * [[Computer science]] | ||
* [[Constant (mathematics)]] | * [[Constant (mathematics)]] | ||
+ | * [[Enumerated type]] | ||
* [[Logical constant]] | * [[Logical constant]] | ||
* [[Programming language]] | * [[Programming language]] | ||
Line 19: | Line 20: | ||
* [https://en.wikipedia.org/wiki/Constant_(computer_programming) Constant (computer programming)] @ Wikipedia.com | * [https://en.wikipedia.org/wiki/Constant_(computer_programming) Constant (computer programming)] @ Wikipedia.com | ||
+ | |||
+ | [[Category:Computer programming]] | ||
+ | [[Category:Computer science]] |
Latest revision as of 11:03, 8 November 2016
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
- Computer program
- Computer programming
- Computer science
- Constant (mathematics)
- Enumerated type
- Logical constant
- Programming language
- Source code
- Variable (computer science)
External Links
- Constant (computer programming) @ Wikipedia.com