Explanation:
An "Lvalue" (short for "left-hand value") is an expression that refers to a location in memory that can store a value. It's an expression that can legally appear on the left side of an assignment expression, meaning it can hold or receive a value. For example, variables, properties of objects, and array elements are Lvalues because you can assign values to them.