assignment

identifier = value or identifier;
The assignment operator requires that the identifier on the left hand side be a non-constant variable. (I.e., that its value can be changed by the expression.) This is commonly referred to as an "lvalue".