【单选题】
I won’t make the _______ mistake next time.
【单选题】
Next month I _______a meeting with an organization in New York.
【单选题】
Next month, I_______ plan to have a holiday.
【单选题】
The conference _____ next year will be an important event in the history of the country.
【单选题】
16. By using virtual reality programmes, it is possible to ____ deep into outer space without ever leaving Earth.
【单选题】
若有以下定义:structnode{intdata;structnode*next;}structnode*p;已建立如下图所示的链表:┌──┬──┐┌──┬──┐┌──┬──┐p→│data│next┼→│data│next┼→...→│data│NULL│└──┴──┘└──┴──┘└──┴──┘指针p指向第一个结点,能输出链表所有结点的数据成员data的循环语句是()。
①
while(p!=NULL){printf("%d,",p-p++;}
②
while(p){printf("%d,",p.data);p=p-}
③
for(;p!=NULL;p++)printf("%d,",p
④
-for(;p;p=p-next)printf("%d,",(*p).data);
【简答题】
Translate the sentence by using “as if”.The girl listened __________. (一动也不动,像已经变成了石头似的)
【单选题】
19. Water will continue to be ____ it is today —next in importance to oxygen.
【单选题】
If you don’ t go to his birthday party next Friday,_____.
【单选题】
循环指令FOR、NEXT必须____出现,缺一不可。