Operating Systems Terminology

1 words in this vocabulary list

noun A term used in computer programming to refer to a data object that can appear on the left side of an assignment statement.

adjective Describing a type of expression or variable that can be assigned a value.

  • In C programming, an lvalue is an expression that refers to a memory location.
  • You can think of an lvalue as something that can appear on the left side of an assignment operator.
  • An lvalue is like the 'left-hand side' of an equation.
  • Just like a mailbox can hold letters, an lvalue holds a memory location in programming.