A named storage location in computer memory that holds a value which can be changed during program execution. Variables act as containers for data that your program can manipulate and reference by name.
From Latin 'variabilis' meaning 'changeable' or 'inconstant.' The term entered computing in the 1940s from mathematics, where variables represent unknown quantities in equations. In programming, it retained this concept of representing values that can vary during execution.
Try Another Word