6. On _________. sunny afternoon,my parents and I had a good time on the beach.
A.the
B.an
C.a
D./
第1题:
A、chars[5]={a,e,i,o,u};
B、char*s;s=“good!“;
C、chars[5]=“good!“;
D、chars[5]=“good!“;
第2题:
执行以下语句后,输出的结果是 a$="Good" b$="Afternoon" Print a$+b$ Print a$&b $
A.Goodaftenoon GoodAfternoon
B.Good+ GoodAfternoon
C.Good+ Good&Afternoon
D.Good Good&
第3题:
第4题:
下面程序输出的结果是( )。 #include<iostream> using namespace std; void main() { char ch[][8]={"good","better","best"}; for(int i=1;i<3;++i) { cout<<ch[i]<<endl; } }
A.good better
B.better best
C.good best
D.good
第5题:
—Why didn't you go to the cinema yesterday?
—I______, but my daughter returned from America the moment I was leaving.
A. did
B. would
C. was going to
D. had
16.答案为C “你昨晚为什么不去电影院?”“我本打算去,但是我正要离开时我女儿从美国回来了。”该句用过去将来时表示过去打算做某事。
第6题:
3. Good. I'll _________ (有空)then.