Computer Science, asked by siyasnoliya, 1 month ago

what do you know about the variables and constant?​

Answers

Answered by Anonymous
0

Answer:

A constant is a value that cannot be altered by the program during normal execution, i.e., the value is constant. ... This is contrasted with a variable, which is an identifier with a value that can be changed during normal execution, i.e., the value is variable.

Answered by budhimanishial953
1

Explanation:

A constant is a data item whose value cannot change during the program's execution. Thus, as its name implies – the value is constant. A variable is a data item whose value can change during the program's execution. Thus, as its name implies – the value can vary.

Similar questions