有以下程序:#include <stdio.h> ma

有以下程序:

#include <stdio.h>
main()
{
 FILE *f;
 f=fopen("filea.txt","w");
 fprintf(f,"abc");
 fclose(f);
}

若文本文件filea.txt中原有内容为:hello,则运行以上程序后,文件filea.txt中的内容为( )。 

答案
C

题目信息

题号:4787
题型:单选题
难度:普通