Computer Science, asked by charkha8556, 8 months ago

The variables does not change the value during the execution of the program

Answers

Answered by malikburhan4598
14

Explanation:

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.

Answered by Agastya0606
0

The variables does not change the value during the execution of the program are known as constants.

  • Constants seek advice from fastened values that the program might not alter throughout its execution. These fastened values also are known as literals.
  • Constants are often of the fundamental knowledge sorts like a number constant, a floating constant, a personality constant, or a string literal. There area unit enumeration constants in addition.
  • Constants are treated rather like regular variables except that their values can not be changed once their definition.

#SPJ3

Similar questions