Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@kr-at-nsngu-XqzcfU • Jan 5, 2012
lvalue occurs if compiler would not get any addressable value in a program. The lvalue is known as location and rvalue is known as read value. The lvalue is the address that is stored into, while rvalue is a constant or the value stored at the particular location.Rakesh ChaudhariGive the Exact Difference Between the lvalue and rvalue in the C lang. -
@praveenkumar-66Ze92 • Jan 5, 2012
Also the coincidence is, lvalue occurs always in the left and rvalue in the right! 😀K!r@nS!ngulvalue occurs if compiler would not get any addressable value in a program. The lvalue is known as location and rvalue is known as read value. The lvalue is the address that is stored into, while rvalue is a constant or the value stored at the particular location.