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
相關文章
相關標籤/搜索