feof and ferror
feof = f + EOF (End of File)
ferror = f + error (during the reading process)
returns non-zero if error exists!
Here's a sample program,
Last updated
Was this helpful?
feof = f + EOF (End of File)
ferror = f + error (during the reading process)
returns non-zero if error exists!
Here's a sample program,
Last updated
Was this helpful?