Answer E5

Expression evaluates to: 60

The data type of the expression is integer, because both operands are integers. So the format code matches.

  printf("Expression evaluates to: %d\n", 45 + 15 );


Back to Puzzle Home