Puzzle E2

What is written by the following?

#include <stdio.h>
#include <stdlib.h>

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


Answer         Next Page         Previous Page Home