有以下程序,若文本文件f1.txt中原有内容为:good,则运行以下程序后,文件f1.txt中内容为 #include main( ){ FILE*fp1;fp1=fopen(“f1.txt", "w");fprintf(fp1,"abc");fclose(fp1);}
A. goodabc
B. abcd
C. abc
D. abcgood
查看答案
若fp已经正确定义,并指向某个文件,当遇到该文件结束标志时,函数feof(fp)的值为
A. 0
B. 1
C. -1
D. 一个非零值
以下文件函数中,用于关闭文件的函数是()
A. fopen
B. fprintf
C. fscanf
D. fclose
以下函数中,不能用于向文件中写入数据的是()
A. ftell
B. fwrite
C. fputc
D. fprintf
Cities with heavy traffic and crowded streets can be exciting; ______, they make some people nervous.
A. in general
B. in short
C. on the other hand
D. on the whole