Computer Science, asked by kritikuku31, 1 year ago

what is diffrence btween l value and r value in java

Answers

Answered by velly011
2
L-values have storage addresses that are programmatically accessible to the running program (e.g., via some address-of operator like "&" in C/C++), meaning that they are variables or dereferenced references to a certain memory location. R-values can be non-l-values—a term only used to distinguish from l-values.
hope this helps u
Not mark brainlist ..
Attachments:
Similar questions