C-language fgets fputs

Source: Internet
Author: User
Tags function prototype

C language fgets fputs fgets () reads a string from a file

header files: #include <stdio.h>
function Prototype: char * fgets (char * s, int size, FILE * stream)
function Description: reads a string from a file pointed to by the file pointer stream and saves it to the memory space pointed to by the pointer S, until a newline or end of file, a read size-1 character, will read the last line feed ' \ n ' (opposite the Get () function). Read error or read to end of file EOF return null

Fputs () writes the specified string to the file stream

header files: #include <stdio.h>
function prototype: int fputs (char * string, FILE * stream)
function Description: writes a string pointer to a stream pointed to by the stream, successfully returns a non-negative number, or EOF, does not write '% ' to the file

C-language fgets fputs

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.