/* * con1.c */ #include int main(void) { printf("He was born in %d.\n", 1871); return 0; }