psawant@nse.co.in wrote:
float a = 2.5, b = 2.5;
printf ( " %f " , b++ / a + b-- ) ;
gcc 3.2.2 warns that the "operation on `b' may be undefined". That's the answer you're looking for
jdk1.4 (gnu/linux) :- 4.5
What has jdk1.4 got to do with C?
p.s.: Let Us C - yeshwant kanithkar
[snip]
Grab a copy of _The C Programming Language_ 2/e by Brian Kernighan and Dennis Ritchie and read it cover to cover. That would equip you with all the ammo you need to tackle such questions. The book should cost you under Rs 100/- first hand after discounts.