1.

What Is An Lvalue?

Answer»

An LVALUE is an expression to which a value can be assigned. The lvalue expression is the one which is located on the left side a STATEMENT, WHEREAS an rvalue is located on the right side of a statement. Each assignment must have a valid lvalue and rvalue. The lvalue expression must refer to a storage where something can be stored. It can't be a constant.

An lvalue is an expression to which a value can be assigned. The lvalue expression is the one which is located on the left side a statement, whereas an rvalue is located on the right side of a statement. Each assignment must have a valid lvalue and rvalue. The lvalue expression must refer to a storage where something can be stored. It can't be a constant.



Discussion

No Comment Found