Puzzle E1

What is written by the following:

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

/* Puzzle E01 -- single explicit value */
int main()
{
  printf("Expression evaluates to: %d\n", 45);
  return 0;
}


Answer         Next Page         Previous Page Home