What is written by the following?
#include <stdio.h> /* Puzzle E06 -- integer division */ int main() { printf("Expression evaluates to: %d\n", 1/2 ); return 0; }