Computer Science, asked by mahisingh7176, 29 days ago

Aur is the role of constant and variable in developing program

Answers

Answered by vanshikayadav035
0

Answer:

program can contain many variables and constants, so it is important to give them sensible names that try to describe the item of data that they hold. ... The value stored in a variable can/may change during the running of the program. The value stored in a constant cannot be changed during the running of the program.

Similar questions