👉 The term "lvalue" in programming refers to a local variable. It is an identifier that can only be accessed within the scope of a function or method, and it cannot be reassigned after creation. The value assigned to a lvalue is stored on the stack and can be accessed from anywhere else in the program.