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

C Language Programming Library Reference Guide

stdio.h - File Functions - ferror

Declaration:

int ferror(FILE *stream); Tests the error indicator for the given stream. If the error indicator is set, then it returns a nonzero value. If the error indicator is not set, then it returns zero.
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......