What is constant & explain its types?
Answers
Answered by
0
Explanation:
In computer programming, a constant is a value that cannot be altered by the program during normal execution, i.e., the value is constant. ... The most significant are: compile-time (statically-valued) constants, run-time (dynamically-valued) constants, immutable objects, and constant types (const).
Answered by
1
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. ... The most significant are: compile-time (statically-valued) constants, run-time (dynamically-valued) constants, immutable objects, and constant types (const).
Similar questions