C语言编程注意事项
没有左值和右值之说,纯属翻译问题
- 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.
当前题目:C语言编程注意事项
文章分享:http://scpingwu.com/article/jisjos.html