题目内容

第一节听下面5段对话。每段对话后有一个小题,从题中所给的[A]、[B]、[C]三个选项中选出最佳选项,并标在试卷的相应位置。听完每段对话后,你都有10秒钟的时间来回答有关小题和阅读下一小题。每段对话仅读一遍。 What is Julia probably going to do

A. To dream.
B. To attend evening classes.
C. To be a secretary.

查看答案
更多问题

Which room did the woman live in

A. Room326.
B. Room321.
C. Room312.

What does the man suggest her doing

A. [A] Taking an aspirin.
B. Going to see the doctor.
C. Staying in bed and having a short rest.

What will be the format of the exam

A. [A] There will be only multiple-choice questions.
B. The exam will be both multiple-choice and essay questions.
C. There will be only essay questions.

下面的程序用来统计文件中字符的个数。请填空。 # include<stdio.h> main( ) FILE *fP; long num=0; if( (fp=fopen("fname.dat","r"))==NULL) printf("Can’t open file! \n");sxit(0); while 【20】 fgetc(fp);num++; printr("num=%d\n",num); fclose (fp);

答案查题题库