题目内容

Listen and complete the conversation. Ben: What’s the matter? You look worried.Li Qing: Well, I went to (1) ____money from the today. I think someone has been taking money from my (2) ____.Ben: Really? Why do you think that?Li Qing: Well, there was a withdrawal of $500 yesterday. But I was at home all day yesterday.Ben: You’d better notify your bank right away so that they can (3) ____your account.Li Qing: Oh no! Do you think I’ll be able to (4) ____the stolen money back?Ben: I’m not sure. But if you phone your bank now, you can stop the thief from taking any more money.Li Qing: Thanks, Ben. It’ll be a(n) (5) ____to get this sorted out.

查看答案
更多问题

在单链表指针为P的节点之后插入指针为s的节点,正确的操作是()

A. p->next=s;s->next=p->next;
B. s->next=p->next;p->next=s;
C. p->next=s;p->next=s->next;
D. p->next=s->next;p->next=s;

在一个长度为n的顺序表中,若要删除第i个元素,则需要向前移动()个元素。

A. n-i+1
B. n-i-1
C. n-i
D. i

凡在函数中未指定存储类别的局部变量,其隐含的存储类型为______。

A. auto
B. static
C. extrem
D. register

以下叙述中正确的是_____。

A. 局部变量说明为static,其生存期将得到延长
B. 全局变量说明为static,其作用域将被扩大
C. 任何存储类的变量在未赋初值时,其值都是不确定的
D. 形参可以使用的存储类说明符与局部变量完全相同

答案查题题库