Computer Science, asked by chobajanatun, 4 months ago

What do you mean by constants in any programming language? ​

Answers

Answered by Anonymous
2

Answer:

In computer programming, a constant is a value that cannot be altered by the program during normal execution, i.e., the value is constant. ... This is contrasted with a variable, which is an identifier with a value that can be changed during normal execution, i.e., the value is variable.

Similar questions