/* Exercise 1-7. Write a program to print the value of EOF. */ #include main() { printf("%d\n", EOF); }