2. Based on the following definitions float f 1.00; short int i 100; long int l 500L; double d 15.00; and the seven steps outlined in this chapter for the conversion of operands in expressions, determine the type and value of the following expressions: f + i l / d i / l + f l * i f / 2 i / (d + f) l / (i * 2.0) l + i / (double) l
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here