I tried to run executeable file after compiled this liltle code with three compilers (GNUC, Microsoft C, PellesC) and have three differents. I think Microsfot C is correct but ?
i = 0
i = i++
or
i = i++ + i++
See comp.lang.c FAQ here:
http://www.eskimo.com/~scs/C-faq/faq.html
(question 3.3)
Pelle
Hello,
http://groups.google.com/groups?selm=3ee1a991%240%2416599%249b622d9e%40news.freenet.de
and look complete thread (3posts).
Holger.