Home > Electronics Tutorials > C Language Tutorial > stdio.h - Character I/O Functions - fputs

C Language Programming Library Reference Guide

stdio.h - Character I/O Functions - fputs

Declaration: int fputs(const char *str, FILE *stream); Writes a string to the specified stream up to but not including the null character.

On success a nonnegative value is returned. On error EOF is returned.

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

Discover

     more......