Puzzle E2

What is written by the following?

#include <stdio.h>

/* Puzzle E02 -- mismatch */
int main()
{
  printf("Expression evaluates to: %d\n", 45.0 );
  return 0;
}


Previous Page        Answer         Next Page         Home