Lvalue (has addr) / Rvalue (no addr)
int a = 10;
a has addr, 10 has no addr
Last updated 2 years ago
Was this helpful?