What are the constants
in computer programming...?
Answers
Answered by
2
Data values that stay the same every time a program is executed are known as constants.
Answered by
24
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.
Similar questions