重要提示:请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
首页 > 外语类考试> 大学英语三级
网友您好,请在下方输入框内输入要搜索的题目:
搜题
拍照、语音搜题,请扫码下载APP
扫一扫 下载APP
题目内容 (请给出正确答案)
[主观题]

–I’m planning to study abroad, and I want your advice --____________.

A.You do not have to

B.You ask me?

C.What can I do for you?

D.It is unnecessary

答案
查看答案
更多“–I’m planning to study abroad, and I want your advice --____________.”相关的问题

第1题

有以下程序#include <stdio.h>#include <string.h>typedef struct{ char name[

有以下程序

#include <stdio.h>

#include <string.h>

typedef struct{ char name[9];char sex; float score[2]; } STU;

STU f(STU a)

{ STU b={"Zhao",'m',85.0,90.0}; int i;

strcpy(a.name,b.name);

a.sex=b.sex;

for(i=0;i<2;i++) a.score[i]=b.score[i];

return a;

}

main()

{ STU c={"Qian",'f',95.0,92.0},d;

d=f(c); printf("%s,%c,%2.0f,%2.0f\n",d.name,d.sex,d.score[0],d.score[1]);

}

程序的运行结果是

A)Qian,f,95,92

B)Qian,m,85,90

C)Zhao,m,85,90

D)Zhao,f,95,92

点击查看答案

第2题

已知学生的记录由学号和学习成绩构成,N名学生的数据已存人a结构体数组中。请编写函数fun,函数的功
能是:找出成绩最低的学生记录,通过形参返回主函数(规定只有一个最低分)。已给出函数的首部,请完成该函数。 include<stdio.h> include<string.h> define N 10 typedef struct ss { char num[10]; int s; }STU; fun(STU a[],STU *s ) { } main() {STU a[N]={{“A01”,81),{“A02”,89),{“A03”,66},{“A04”,87},{“A05”,77},{“A06”,90),{“A07”,7 9),{“A08”,61},{“A09”,80),{“A10”,71)},m; int i; printf("*****The original data*****\n"); for(i=0;i<N;i++)printf(“No=%S Mark=%d\n”,a[i].num,a[i].s); fun(a,&m); printf("*****THE RESULT*****\n"); printf(“The lowest:%S,%d\n”,m.num,m.s); )

点击查看答案

第3题

听力原文:Are you going anywhere this weekend?(A) It worked out well.(B) No, but I'm planni

听力原文:Are you going anywhere this weekend?

(A) It worked out well.

(B) No, but I'm planning to.

(C) No, do you want to do something?

(27)

A.

B.

C.

点击查看答案

第4题

听力原文:W: Do you enjoy life in Washington?M: Yes, indeed. I' m planning to move to New Y

听力原文:W: Do you enjoy life in Washington?

M: Yes, indeed. I' m planning to move to New York or Boston. Anyway, I' ye never regretted my earher decision.

Q: Where does the man live now?

(16)

A.In New York.

B.In Boston.

C.In Newport.

D.In Washington.

点击查看答案

第5题

有以下程序 include<stdio.h> include<string.h> typedefstruct{charname[9];charsex;intscor
e[2];}STU; STUfSTUa) {STUb={Zhao,m,85,90}; inti; strcpy(a.name,b.name); a.sex=b.sex; for(i=0;i<2;i++)a.score[i]-b.score[i]; returna: } main() {STUc={Qian,f,95,92},d; d=f(c); printf”%s,%c,%d,%d,”,d.name,d.sex,d。score[0],d.score[1]); printf(”%s,%c,%d,%d,”,c.name,C.sex,C.score[0],C.score[1]); }

A.Zhao,m,85,90,Zhao,m,85,90

B.Qian,f,95,92,Qian,f,95,92

C.Zhao,m,85,90,Qian,f,95,92

D.Qian,f,95,92,Zhao,m,85,90

点击查看答案

第6题

听力原文:M: I wish I could see George here.W: He was planning to come, but a moment ago, h

听力原文:M: I wish I could see George here.

W: He was planning to come, but a moment ago, his wife called to say that he had to take his father to the hospital.

Q: Who was ill?

(14)

A.George's brother.

B.George' s wife.

C.George' s father.

D.George' s father - in - law.

点击查看答案

第7题

听力原文:M: I wish I could see George here.W: He was planning to come. But a moment ago, h

听力原文:M: I wish I could see George here.

W: He was planning to come. But a moment ago, his wife called to say that he had to take his father to the hospital.

Q: Who was ill?

(17)

A.George's brother.

B.George's wife.

C.George's father.

D.George's father-in-law.

点击查看答案

第8题

- Have you visited Hong Kong?-().

A.Sorry, I'm planning to go to New York.

B.No, but I've heard it's an exciting city.

C.Yes, it's a long way to my hometown.

点击查看答案

第9题

听力原文:W: Fasten your seat belts, sir.M: Of course, I didn't realize we were planning to

听力原文:W: Fasten your seat belts, sir.

M: Of course, I didn't realize we were planning to land so soon.

Q: Where is this conversation probably taking place?

(14)

A.On the plane.

B.On a train.

C.On a bus.

D.In an automobile.

点击查看答案

第10题

听力原文:M: How did you go to Canada, Jane? Did you fly?W: I was planning to, because it's

听力原文:M: How did you go to Canada, Jane? Did you fly?

W: I was planning to, because it's such a long trip by bus or by train. But Fred decided to drive and invited me to join him. It took us two days and a night.

Q: What can we infer from the conversation?

(18)

A.Fred is planning a trip to Canada.

B.Fred usually flies to Canada with Jane.

C.Fred persuaded Jane to change her mind.

D.Fred likes the beautiful scenery along the way to Canada.

点击查看答案
下载APP
关注公众号
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案 购买前请仔细阅读《购买须知》
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《服务协议》《购买须知》
立即支付 系统将自动为您注册账号
已付款,但不能查看答案,请点这里登录即可>>>
请使用微信扫码支付(元)

订单号:

遇到问题请联系在线客服

请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示:请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
请用微信扫码测试
优题宝