/* EXERCISE 1-7 */ #include <stdio.h> main() { int c; c = EOF; printf("THE VALUE OF EOF IS: %d\n", c); }