Answer E9

Expression evaluates to: 60.000000

The data type of the expression is double, because 45.0 is data type double and so the 15 is promoted to double. Then double precision addition is performed, resulting in a double precision value for the expression. The format code %f matches the type of the expression.



Back to Puzzle Home