i know that in c plus plus,++x returns l-value while x++ returns r-
value,but what is the situation in c,are both ++x and x++ return r-
value? i don't know how C99 defines it,thx.
value,but what is the situation in c,are both ++x and x++ return r-
value? i don't know how C99 defines it,thx.
Comment