Programming · Level 2 of 5
Variable
A named binding or storage location associated with a value.
Whether its value can change depends on the language and declaration.
Example
A counter stores how many records have been processed.
Listen to the definition and example
Audio transcript
Variable. A named binding or storage location associated with a value. Whether its value can change depends on the language and declaration. For example: A counter stores how many records have been processed.
Explore this concept
Why it matters
This helps you read implementation code and describe its behavior precisely.
Start with
Quick recall question
Try answering before looking back at the definition.