Puzzle E1

What is written by the following:

#include <stdio.h>

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


Previous Page        Answer         Next Page         Home