Computer Science, asked by animeshpatil43, 7 months ago

What is constant & explain its types?​

Answers

Answered by Anonymous
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 raool234
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