Friday, March 11, 2016

What is L-value?

L-value:  The term "l-value" refers to values that are appropriate on the left of an asignment expression.So, l-values are location.Sometimes, an expression has no l-value.


Example:   i:=5;                   [here i is l-value]
A  B                                     [A is l-value]
A +B                                               [the expression has no l-value]
P: = Q                                         [P is served l-value]
If You want to learn about the technology, computer science & engineering, web programming, freelancing, earning please click here :CSE SOLVE

Related Posts:

  • What is Phase? Phase:  A phase is a logically cohesive operation that takes as input one representation of the source & produces as output another representation.These are Six phases are used in compiler design. These are- &nbs… Read More
  • What is L-value? L-value:  The term "l-value" refers to values that are appropriate on the left of an asignment expression.So, l-values are location.Sometimes, an expression has no l-value. Example:   i:=5;  &n… Read More
  • What is Copy-restore? Copy-restore:  A hybrid between call-by-value & call-by-reference is copy restore linkage. 1.Before the call, the actual parameters are evaluated. The r-values of the actual are passed to the called procedure as i… Read More
  • What is R-Value? R-Value:  The term  "r-value"  refers to values that are appropriate on the right of an assignment/expression.That is, r-values are what we usually think of "values". Example:   i:=5;  &n… Read More
  • What is Pre-Processor? Pre-Processor:   Pre-processor produces a input to compilers which are perform the following function:- Macro Processing File Inclusion Rational Preprocessor & Extension of Language If You want to lea… Read More

0 comments:

Post a Comment