Constant is a___________
Answers
Answered by
0
Answer:
Constant is a fixed value.
Answered by
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