A、island
B、priest
C、nearby
D、slaved
第1题:
From the passage we can infer that the story happened in______.
A. spring
B. summer
C. autumn
D. winter
48.答案为D 从第三段...under all the woolen scarves和乘客的谈话中可推断当时天气很冷,因此D为最佳答案。
第2题:
Bread()wheat
Ais made of
Bis made on
Cis made up with
Dis made in
第3题:
根据下面的结构体类型定义和数组定义,值等于'W'的表达式是() 。 struct season { char n [10]; int d; }; struct season s[4]={"Spring",90,"Summer",91,"Autumn",92,"Winter",92};
A.s[3].n[0]
B.s[3].n
C.s[4].n
D.s[4].n[0]
第4题:
第5题:
已经定义了一个Season枚举,它有4个成员Spring、Summer、Autumn、Winter现在需要定义一个名为currentSeason的Season枚举,并将其赋值为Spring,应使用下面哪段代码?
A.Season currentSeason = Spring;
B.currentSeason = Spring;
C.currentSeason = Season.Spring;
D.Season currentSeason = Season.Spring;
第6题:
动物的食物(diet)称为饲料(feed)。