题目内容

( ) The outstanding Beijing opera actor Mei LanFang excelled in all the following EXCEPT______.

A. singing
B. dancing
C. painting
D. recitation

查看答案
更多问题

( ) According to the text, which of the following is Not true?

A. Emperor Guang Xu of the Qing Dynasty was not only a good amateur Beijing opera singer, but was also a good drummer in the Beijing opera orchestra.
B. In Beijing opera, different roles follow different patterns, all rather exaggerated, suggestive and symbolic.
C. The outstanding Beijing opera orchestra Mei Lanfang had a fine knowledge of music, costumes and make-up.
D. Beijing opera has made an excellent contribution to political exchange between China and the West.

有以下程序#include "stdio.h"void WriteStr(char *fn,char *str){FILE *fp;fp=fopen(fn,"W");fputs(str,fp);fclose(fp);}main(){WriteStr("t1.dat","start");tob_id_5389WriteStr("t1.dat","end");}程序运行后,文件t1.dat中的内容是_____。

A. start
B. end
C. startend
D. endrt

fgets函数的功能是从指定的文件中读一个字符串到字符数组中,函数调用的形式为______。

A. fgets(字符数组名,n,文件指针);
B. fgets(字符数组名,文件指针,n);
C. fgets(文件指针,字符数组名,n);
D. fgets(n,字符数组名,文件指针);

若fp为文件指针,且文件已经打开,以下语句的输出结果为。fseek(fp,0,SEEK_END);n=ftell(fp);printf(“%d”,n);

A. fp所指文件的长度,以字节为单位
B. fp所指文件的当前位置,以比特为单位
C. fp所指文件的长度,以比特为单位
D. fp所指文件的当前位置,以字节为单位

答案查题题库