What is the output of this code?
printf("1/2 = %f",(float)(1/2));
1/2 = 0.499999
1/2 = 0
1/2 = 0.5
1/2 = 0.000000