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

C Language Programming Library Reference Guide

stdio.h - Character I/O Functions - puts

Declaration: int puts(const char *str); Writes a string to stdout up to but not including the null character. A newline character is appended to the output.

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......