Home > Electronics Tutorials > C Language Tutorial > stdio.h - File Functions - feof

C Language Programming Library Reference Guide

stdio.h - File Functions - feof

Declaration:

int fclose(FILE *stream); Closes the stream. All buffers are flushed.

If successful, it returns zero. On error it returns EOF.

Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......