假定名为“test.txt"的文本文件不存在。写出下列程序的输出结果。
#include"stdio.h"
main()
{FILE*fp;
char*s[3]={"12","abc","789");
intk:
if((fp=fopen("test.txt","a+"))==NULL)
{printf("Filenotopen!\n");exit(0);}
for(k=0;k%3;k++)fwrite(s[k],(10ng)(k+1),1,
欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web
假定名为“test.txt"的文本文件不存在。写出下列程序的输出结果。
#include"stdio.h"
main()
{FILE*fp;
char*s[3]={"12","abc","789");
intk:
if((fp=fopen("test.txt","a+"))==NULL)
{printf("Filenotopen!\n");exit(0);}
for(k=0;k%3;k++)fwrite(s[k],(10ng)(k+1),1,fp);
rewind(fp);
while(!feof(fp))printf("%c",fgetc(fp));
fclose(fp);
}
1ab789
×
提示:小程序已经收录此题,请在小程序查看名师解析。翰林刷小程序提供搜题,刷题,助你轻松通过考试