What is L value R value and I value

Questions by Tanuja Jaiswal   answers by Tanuja Jaiswal

Showing Answers 1 - 3 of 3 Answers

sakshi

  • Feb 1st, 2012
 

l value refers to memory location and r value is known as read values.

l values are present on the left side of = sign and r value are present on the right side of = sign

int j;
j=6;

here j is l value and 6 is r value..as we cannot write 6=j,hence l value is required.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.