Slight difference between C++ and C

In C++, results of assignment operation, prefix increment and prefix decrement are all lvalues, the updated objects. Whereas in C, those results are all rvalues, just values of expressions, not object
相关文章
相关标签/搜索