A variable-reference is an expression that is classified as a variable. A variable-reference denotes a storage location that can be accessed both to fetch the current value and to store a new value. variable-reference : expression [Note: In C and C++, a variable-reference is known as an lvalue. end note]