Computer Science, asked by ArshuSaluriya, 1 year ago

____ are the values that do not change during the execution of a program.​

Answers

Answered by nirav0309
35

1. Constant When we define a variable as a constant then the value cannot be altered throughout the program and will hold the same value throughout the program.

Answered by aqibkincsem
23

Answer:

Constant is the correct answer. When a variable is assigned a definite value or a constant value, then this value remain fixed during the entire execution of the program.

The value will not be altered throughout the program. It remain fixed during the course of program execution, the program holds the same value of the variable everywhere during execution of the program.

Explanation:

Similar questions