A. ch=fgetc(fp); B. fgetc(ch, fp); C. ch=fpuc(fp); D. fputc(ch,fp);
A. fscanf(fp,"%d",&a); B. fscanf(fp,"%d",a); C. scanf(fp,"%d",&a); D. fscanf(fp,a);
A. fprintf("%s","hello"); B. fprintf(fp,"%s","hello"); C. printf(fp,"%s","hello"); D. fprintf("hello",fp);
A. 当前工作目录下的Mydata.txt文件内容为空 B. 函数fopen()的参数有错误 C. 当前工作目录下没有Mydata.txt文件 D. Mydata.txt文件已经打开
A. 程序运行后,当前工作目录下存在quiz.txt文件,其中的内容是"ok!" B. 程序运行后,当前工作目录下存在quiz.txt文件,其中的内容是"hello!" C. 程序运行之前,当前工作目录下一定不存在quiz.txt文件 D. 程序运行之前,当前工作目录下一定存在quiz.txt文件
A. 15 B. 15 18 C. 18 D. 18 15
A. 300 B. 400 C. 15 D. 20
A. 170.5 B. 102,68.5 C. 102 D. 68.5
A. world B. hello C. hello world D. world hello
A. Night B. GoodNight! C. GoodN D. Good