Computer Science, asked by cheitanyad, 4 days ago

what do you understand by constant and variables​

Answers

Answered by aryansingh333
1

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 it will help you

Answered by Anonymous
1

Constants have a fixed value and are usually numbers.

Variables do not have a fixed value and can take any value. They are often denoted with alphabets like x y z.

Similar questions