Computer Science, asked by 8b27, 5 hours ago

Constant is a___________​

Answers

Answered by shinykinjaram1942
0

Answer:

Constant is a fixed value.

Answered by presentmoment
0

Constant is a fixed value.

Explanation: Constant is a value, which does not change during the program execution. In C language, Constant can be defined by using the const keyword.

Two types of constant are- Numeric and Character Constant.

Properties of constant:

Immutable → The value of a constant is immutable(does not change during program execution).

Faster Execution → The constant variables are stored in ROM, hence providing faster execution.

 

Similar questions