A__is fixed value that
does not change its value
during
the execution of a
programe.
Answers
Answered by
3
In computer programming, a constant is a value that cannot be altered by the program during normal execution, i.e., the value is constant.
Answered by
0
Explanation:
Data values that stay the same every time a program is executed are known as constants. Constants are not expected to change. Literal constants are actual values fixed into the source code . An example of this might be the character string "hello world".
Similar questions