没有搜到到结果?点击这里求解答/求资源。
【单选题】
If it rain next week,the farmers could still have a good harvest.

should
could
would
might
【判断题】
程序循环指令由FOR 及NEXT两条指令构成。

正确
错误
【多选题】
下面关于For-next语句说法不正确的是?

循环变量、初值、终值和步长值必须为数值型
step厚的步长值只为正数
初值必须小于终值
初值必须大于终值
【单选题】
执行LIST?NEXT?1命令之后,记录指针的位置指向( )

原来记录
尾记录
首记录
下一条记录
【单选题】
I was told yesterday that the company ___ me to Rome next week for a business conference.

?should have sent
?was going to send
?should be sending
?should send
【单选题】
He [填空] very busy this week, he [填空] free next week.

will be,is
is,is
will be,will be
is,will be
【单选题】
( ) badly she had slept she was always up early the next day.

No matter what
Whether
No matter how
How
【单选题】
假定一个链表的表头指针为f,结点结构为(data,next),则向该链表的表头插入一个由p所指向的结点时,应执行的操作为p-next=f和( )。

p=f-next
f=p-next
f=p
f-next=p
【单选题】
假定一个链表的表头指针为f,结点结构为(data,next),则向该链表的表头插入一个由p所指向的结点时,应执行的操作为p->next=f和( )。

p=f->next
f=p->next
f=p
f->next=p
【判断题】
包含在using语句内的代码段在执行完毕后会自动关闭打开的数据流。

正确
错误