SyntaxFix
Write A Post
Hire A Developer
Questions
char ch; FILE *f = fopen("file.txt", "r"); if(fscanf(f,"%c",&ch)==EOF) { printf("File is Empty"); } fclose(f);