0
scanning a desired character from file in C
how can I check that whether I reached the end of a line(I scanned a "\n") while reading from a file ?
3 odpowiedzi
0
I have another question too, that how can I return the file cursor to the previous character using fseek?