• 2022-06-08
    有以下程序:#include <;stdio. h>;main(){ FILE * f;f= fopen( " file a. txt"," w");Frintf( f, " abc");fclose ( f);}若文本文件file a.txt中原有内容为:hello,则运行以上程序后,文件filea. txt中的内容为______。
    A: Helloabc
    B: abclo
    C: abc
    D: abchello