Puzzle E4

Of course, it is possible to mismatch in the other direction. What is written by the following?

#include <stdio.h>

/* Puzzle E04 -- another mismatch */
int main()
{
  printf("Expression evaluates to: %f\n", 45 );
  return 0;
}


Previous Page        Answer         Next Page         Home