文件IO,fputs(),puts()

char *fgets(char *s,int size,FILE *stream);用法分析 當輸入字符串少於size-1 時,返回的字符串s中包含換行符‘\n’,結束符‘\0’ 當輸入字符串字符個數大於等於size-1時,返回的字符串s中包含結束符‘\0’ int puts(const char *s)和int fputs(const char *s,FILE *stream)的用法和區別 p
相關文章
相關標籤/搜索