char fileName[20]; puts("Enter the date.\\n"); scanf("-> %s", fileName); //Read the file FILE *ptr; ptr = fopen(fileName, &qu