Let's say I have a file with the following characters
i suck at this
and I use fscanf() to access the text file.
After accessing 'i' , will the file pointer skip over i to the white space? Or will it continue to pt at i?
In simple terms, is there any difference in the behaviour of the file pointer after using fscanf() and fgetc() to access a text file?
Pier.



LinkBack URL
About LinkBacks


