Computer Science, asked by anamzubaid, 2 months ago

1. What do you understand by constants and variables?​

Answers

Answered by mastersakshamsgr
2

Answer:

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.

Explanation:

Hope my answer will help you...

Answered by masonleegamer0
2

Answer:

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. Constants are used in two ways

Similar questions