================ 1.7 Value of EOF ================ Question -------- Write a Program to print the value of EOF. Solution -------- .. coderun:: cprogs/ex_1.7_eofval.c :language: c Explanation =========== 1. Since EOF is an integer, we can print it with %d format in the printf. 2. EOF value is printed as -1. Visualize the Concept --------------------- .. raw:: html