1 Answer

0 votes
by

The expression appearing on right side of the assignment operator is called as rvalue. Rvalue is assigned to lvalue, which appears on left side of the assignment operator. The lvalue should designate to a variable not a constant.

Related questions

+1 vote
    What is lvalue and rvalue in C- Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
...