C语言编程注意事项
更新:HHH   时间:2023-1-7


没有左值和右值之说,纯属翻译问题
  • L-value中的L指的是Location,表示可寻址。The "l" in lvalue can be though of as location.
  • R-value中的R指的是Read,表示可读。The "r" in rvalue can be thought of as "read" value.
返回编程语言教程...