The property of a constant is its power to retain (during the time of the program operation) the value set by the programmer and to set this value to the program when the program requests it (Figure 5).
For each constant in the program,
the computer allocates a part of its memory of the necessary size.
Neither the programmer nor the computer can change the value of a constant during execution of the program (Figure 6).