--- In [email protected], Sandip Tujare <sandip_tuj...@...> wrote: > > Answer of this program is 14 because here order of evaluation of the > statement is right to left.
No it isn't - see previous replies. Well I hope it isn't, or gcc is broken; see below, especially the answer at the bottom: [jo...@wey ~]$ gcc -Wall test.c test.c: In function `main': test.c:6: warning: operation on `m' may be undefined test.c:6: warning: operation on `m' may be undefined test.c:6: warning: operation on `m' may be undefined test.c:6: warning: operation on `m' may be undefined [jo...@wey ~]$ a.out 9 :-)
