A name gor a constant value is called a _
Answers
YOUR ANSWER IS:
named constant.
information is in the attachment
i hope it will help you
Concept
A constant in computer programming is a value that should not be changed by the programmed while it is running normally, i.e., the value is constant. Although the phrases "constant" and "named constant" are frequently used interchangeably, a constant is considered to be "named" when it is coupled with an identifier. Unlike a variable, which is an identifier with a variable value that might vary during normal execution, a variable is not fixed. Both programmers and compilers can benefit from constants: For programmers, they serve as a kind of self-documenting code that enables reasoning about correctness; for compilers, they enable compile-time and run-time checks that ensure that constancy assumptions are upheld as well as the ability to perform or make simpler some compiler optimizations.
Given
A name for a constant value is called a _
Find
Suitable word that fits and is meaningful when placed in the given blank.
Solution
A name for a constant value is called a named constant.
Hence, the blank is filled by named constant.
#SPJ2