将从键盘输入的字符串写入文本文件out.txt,输入的字符串长度小于80。#include #include void main(){char c[80];____________); /*第一空*/if((p=fopen("out.txt", "w"))==NULL){ printf("Can not open file!\n"); exit(0);}gets(____________); /*第二空*/fputs(c,p);fclose(____________); /*第三空*/}
欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web
将从键盘输入的字符串写入文本文件out.txt,输入的字符串长度小于80。#include #include void main(){char c[80];____________); /*第一空*/if((p=fopen("out.txt", "w"))==NULL){ printf("Can not open file!\n"); exit(0);}gets(____________); /*第二空*/fputs(c,p);fclose(____________); /*第三空*/}
第一空:FILE *p第二空:c第三空:p
×
提示:小程序已经收录此题,请在小程序查看名师解析。翰林刷小程序提供搜题,刷题,助你轻松通过考试