Exercise 1.07 2021-06-26 Page 17 Write a program to print the value of EOF. #include <stdio.h> int main() { printf("%d", EOF); }