# include main ( ) { int i; i = 1; printf("%d / 2 = %f", i, (float) i /2); }