填空题

设文件test. txt中原已写入字符串Begin,执行以下程序后,文件中的内容为______。
#include
main()
FILE *fp;
fp=fopen("test.txt","w+");
fputs("test",fp);
fcloset(p);

【参考答案】

test
热门 试题