Aur is the role of constant and variable in developing program
Answers
Answered by
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