南开大学

A:Are there two men in the room? B:( )__.A. No, there are oneB. No, there's only oneC. Yes, there is one

题目

A:Are there two men in the room? B:( )__.

A. No, there are one

B. No, there's only one

C. Yes, there is one

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

有以下程序: matin() { char * s[]={"one", "two", "three"}, *p; p=s[1]; printf("% c, % s\n", *(p+1),s [o]); } 执行后的输出结果是______。

A.n, two

B.t, one

C.w, one

D.o, two


正确答案:C
解析:程序定义了一个指针数组s和一个字符型指针变量p。s有3个元素,其中s[0]指向字符串"one,s[1]指向字符串"two",s[2]指向字符串"three",执行p=s[1]后p指向字符串"two",所以*(p+1)=w。

第2题:

有以下程序: main() { char *S[]={"one","two","three"},*p; p=s[1]; printf("%c,%s\n", *(p+1), s[0]); } 执行后输出结果是( )。

A.n,two

B.t,one

C.w,one

D.o,two


正确答案:C
解析:本题首先定义了一个有3个元素的指针数组s,并通过初始化列表使s[0]指向字符串“one”,s[1]指向字符串“two”,s[2]指向字符串“three”,然后通过赋值语句p=s[1],使p指向了字符串“two”,故*(p+1)就是字符‘w’。所以,C选项为所选。

第3题:

有以下程序 main( ) { char *s[ ]={"one","two","three"},*p; p=s[1]; printf("%c,%s\n",*(p+1),s[0]); } 执行后输出结果是

A.n,two

B.t,one

C.w,one

D.o,two


正确答案:C
解析:p首先指向s中的第二个字符串(p=s[1])的起始位置,其中输出语句printf的功能是输出p所指向的后一个字符,及数组元素s[0]。

第4题:

我(Wǒ)们(men) 迟(chí)到(dào) 了(le),赶(gǎn)不(bu)上(shàng) 飞(fēi)机(jī) 了(le)。()


正确

第5题:

About ________ of the workers in the factory were born in the ________.

A.two-thirds, 1970 B.two-thirds, 1970s C.two-third,1970 D.two-third, 1970s


正确答案:B

第6题:

Acustomerrequiresadesksidesolutionthattheywillrack-mountinthefuture.Spaceisatapremium.ThesolutionmustsupporttwoAIX5.2applicationsthatrequiretwoprocessorseach.WhichofthefollowingdesksideconfigurationsshouldthepSeriesTechnicalSpecialistrecommend?()

A.Onep5-5504-way

B.Two2-wayp5-520s

C.Onep6304-way

D.Two2-wayp615s


参考答案:A

第7题:

有以下程序

main()

{char *s[]={"one","two","three"},*p;

p=s[1];

printf("%c,%s\n",*(p+1),s[0]);

}

执行后输出结果是

A.n,two

B.t,one

C.w,one

D.O,two


正确答案:C
解析:本题首先定义了一个有3个元素的指针数组s,并通过赋值使s[0]指向字符串“one”,s[1]指向字符串“two”,s[2]指向字符串“three”,然后通过赋值语句“p=s[1]”,使p指向了字符串“two”,故“*(p+1)”就是字符“w”。

第8题:

( )knowledge of space developed rapidly.

A、Person’s

B、Mens’

C、Men's

D、Man’s


参考答案:D

第9题:

12. About_______ of the workers in the factory were born in the __________.

A. two- thirds;1970

B. two- thirds ; 1970s

C. two-third ; 1970

D. two-third ; 1970s


正确答案:B
12.B【解析】句意:工厂里大约2/3的工人出生在20世纪70年代。分数的表达为分子用基数词,分母用序数词,如果分子大于1,则分母要用复数,排除C、D,年代的表达要在年份后加s.故选B。

第10题:

比较O,S,As三种元素的电负性和原子半径大小的顺序,正确的是:

A.电负性O>S>As 原子半径O<S<As

B.电负性O<S<As 原子半径O<S<As

C.电负性O<S<As 原子半径O>S>As

D.电负性O>S>As 原子半径O>S>As


电负性: O>S>As ;原子半径: O