Table of Contents
show
Tests the end-of-file indicator for the given stream.
Syntax
feof
int feof(FILE *stream)
Parameters
stream − This is the pointer to a FILE object that identifies the stream.
Return Value
This function returns a non-zero value when End-of-File indicator associated with the stream is set, else zero is returned.
Views: 0