________ are the constant values that are used in a program.
Answers
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