FILE *f = fopen( fileName, "r" ); readData( f ); if( ???? ) { puts( "End of file was reached" ); }
Which one of the following can replace the ???? in the code above to determine if the end of a file has been reached?
Reveal answer
Fill a bubble to check yourself