example of lvalue and rvalue
Answers
Answered by
1
Answer:
An lvalue has an address that your program can access. ... Examples include function calls that return an rvalue reference, and the array subscript, member and pointer to member expressions where the array or object is an rvalue reference.
Similar questions