0
What is a variable?
3 Réponses
+ 2
A variable is a name that may be used to store a data value. Unlike constant, variables are changeable, we can change value of a variable during execution of a program.
There are some rules to follow while assigning names to variables.