0%

ALL meanings of lvalue

L l
  • noun Technical meaning of lvalue (programming)   A reference to a location, an expression which can appear as the destination of an assignment operator indicating where a value should be stored. For example, a variable or an array element are lvalues but the constant 42 and the expression i+1 are not. A constant string may or may not be an lvalue (it usually is in C). 1
  • noun lvalue (computing, programming) A value that can be treated as an address or storage location. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?