In BASIC language, what are the values which do not change during the execution of program?
Answers
Answered by
30
In computer programming, a constant is a value that cannot be altered by the program during normal execution, i.e., the value is constant. When associated with an identifier, a constant is said to be "named," although the terms "constant" and "named constant" are often used interchangeably.
Answered by
0
Answer:
CONSTANTS
Explanation:
Similar questions