Computer Science, asked by abbaskhan79, 4 months ago

A__is fixed value that
does not change its value
during
the execution of a
programe.​

Answers

Answered by aviralkachhal007
3

\large{\mathtt{\underbrace{\red{✠\:Required\: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.

Answered by AashiDerwal
0

Explanation:

Data values that stay the same every time a program is executed are known as constants. Constants are not expected to change. Literal constants are actual values fixed into the source code . An example of this might be the character string "hello world".

Similar questions