Variable (computer science)
storage location paired with a name, which contains a value
A variable in a program is a place where data is stored and put it or set. In most computer languages it is used by typingvar
, or const
.
A variable in a program is a place where data is stored and put it or set. In most computer languages it is used by typingvar
, or const
.