Computer Science, asked by roshnishaw9306, 4 months ago

________ are the constant values that are used in a program.​

Answers

Answered by anushka12h
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