#include /* 1-7 Write a program to print the value of EOF */ main() { float num; num = EOF; printf("%1.20f \n", num); return 0; }