题目内容

不同的一项是()

A. duck
B. sugar
C. such
D. luck

查看答案
更多问题

不同的一项是()

A. lake
B. machine
C. brave
D. case

Which of the following statements in true()

A. Women’s struggle for recognition has been completely won.
B. Women have proved their abilities in many fields.
C. Women can not get the same educational opportunities as men.
D. Women are now regarded as equal to men all over the world.

不同的一项是()

A. news
B. few
C. sew
D. view

有以下程序 #include<stdio.h> main() FILE*fp;int i,a[6]=1,2,3,4,5,6; fp=fopen("d2.dat","w+"); for(i=0;i<6;i++)fptintf(fp,"%d\n",a[i]); rewind(fp); for(i=0;i<6;i++)fscanf(fp,"%d",&a[5-i]); fclose(fp); for(i=0;i<6;i++)printf("%d,",a[i]); 程序运行后的输出结果是______。

A. 6,5,4,3,2,1,
B. 1,2,3,4,5,6,
C. 4,5,6,1,2,3,
D. 1,2,3,3,2,1,

答案查题题库