Constant
Aconstant is a value that the programmer cannot change, for example numbers (1, 2, 42). Withvariables, on the other hand, the programmer can assign a newvalue to a variable name already in use.
Like variables, some constants are bound to identifiers. For example, the identifierpi could be bound to the value 3.14….
In this article
See also
- Constant on Wikipedia