What are rvalue and lvalue in C#?
Answers
Answered by
1
lvalue and rvalue in C language. L-value: “l-value” refers to memory location which identifies an object. l-value may appear as either left hand or right hand side of an assignment operator(=). l-value often represents as identifier.
Similar questions