On Thu, 23 Dec 2004 17:13:26 +0100, you wrote:
Aren't arguments always evaluated left to right?
I can not remember the rule in C that say so. There is a rule that specifies that each argument is evaluated fully before evaluating the next one, but the order in winch this happens is free to the compiler
Moreover I only do this exercise because on my wine (compiled with gcc 3.4) they were not.
Rein.