Monday, October 13, 2008

What will be the o/p of the below program

float i=5, j;

j = ++i/--i/--i*i;

printf(“%f\n”, j);

Choice

a) 0.75
b) 1.25
c) 1.2
d) 0.075
e) 1.000000