皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
听下面一段材料,回答第1至3题。 1. Where is the conversation taking place? [     ] A. In a secondhand bookshop. B. In a publisher's office. C. In a library. 2. Why does the woman mention William Shakespeare? [     ] A. He gave gifts to millions of people. B. He was a very wealthy man in his time. C. A sample of his writing is worth a lot of money. 3. What does the man think of the woman's plan? [     ] A. He can help her find the name. B. She had better get two poetry books instead. C. She might be wasting her time.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】凸轮磨损后,其升程减小( )以上时,应更换新凸轮轴
A.
0.25mm
B.
0.35mm
C.
0.40mm
D.
0.50mm
【单选题】假设有两个字符数组 a,b, 则以下正确的输入语句是( )。
A.
puts(a,b);
B.
scanf( “ %s%s ” ,a,b);
C.
scanf( “ %s%s ” ,&a,&b);
D.
gets( “ a ” );gets( “ b ” );
【单选题】假设有两个字符数组 a 、 b ,则以下正确的输入语句是( )。
A.
gets( a,b);
B.
scanf("%s% s",a,b);
C.
scanf("%s% s",&a,&b);
D.
gets ("a");gets("b");
【单选题】单选题-作用机制可能与升高脑内5-HT含量相关的抗癫痫药是
A.
丙戊酸钠
B.
加巴喷丁
C.
抗痫灵
D.
氨己烯酸
E.
拉莫三嗪
【单选题】假设有两个字符数组a,b,则以下正确的输入语句是( )
A.
puts(a,b);
B.
scanf( “ %s%s ” ,a,b);
C.
scanf( “ %s%s ” ,&a,&b);
D.
gets( “ a ” );gets( “ b ” );
【单选题】设有两个字符数组s1,s2,则以下正确的输入语句是( )。
A.
scanf(”%s%s”,&s1,&s2);
B.
gets(s1,s2);
C.
scanf(”%s%s”,s1,s2);
D.
gets(‘s1’); gets(‘s2’);
【单选题】设有字符数组a,则正确的输入语句是( )。
A.
get(''a'');
B.
scanf("%c",a);
C.
scanf("%s",a);
D.
gets("a");
【单选题】设有两个字符数组s1,s2,则以下输入语句正确的是( )
A.
scanf("%s,%s",s1,s2);
B.
gets(s1,s2);
C.
scanf("%s,%s",&s1,&s2);
D.
gets('s1');gets('s2');
【单选题】How long have Gail and Mark been together?
A.
One year
B.
Two years
C.
Three years
D.
Four years
【单选题】设有字符数组a,则正确的输入语句是( )
A.
gets('a');
B.
scanf("%c",a);
C.
scanf("%s",a);
D.
gets("a");
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题