priority of operator

Jeff Sturm jsturm@one-point.com
Thu Jan 2 03:24:00 GMT 2003


On Wed, 1 Jan 2003, Yongming wei wrote:
>         i = i + ++i;

The behavior of this expression is undefined.  See
http://www.eskimo.com/~scs/C-faq/q3.1.html for another example.

Jeff




More information about the Gcc-bugs mailing list