Many foreigners ( ) the Great Wall as the World's 7th Wonder. A、look onB、look forC、look atD、look around

Many foreigners ( ) the Great Wall as the World's 7th Wonder.

A、look on

B、look for

C、look at

D、look around


相关考题:

Jack: Say, Jane, let's go and get a bite to eat.Jane: _________?Jack: How about McDonald's?Jane: Great.A. Where toB. What forC. How toD. Why so

publicclassX{publicstaticvoidmain(Stringargs){strings=newstring(Hello”);modify(s);System.out.printIn(s);}publicstaticvoidmodify(Strings){s+=world!”;}}Whatistheresult?() A.Theprogramrunsandprints“Hello”B.Anerrorcausescompilationtofail.C.Theprogramrunsandprints“Helloworld!”D.Theprogramrunsbutabortswithanexception.

He found ______ wall.There was ______ “s”on the corner of ______ wall. A、a,an,theB、a,a,theC、an,an,anD、the,a,a

String s = "Hello";s = s + " world!";这两行代码执行后,原始的String 对象中的内容到底变了没有?

设有定义:Strings=“World”;,下列语句错误的是( )。A、intm=s.indexOf(‘r’);B、charc=s.charAt(0);C、intn=s.length();D、Stringstr=s.append(‘2’);

Examine the following options, Multicasting supports applications that communicate.() A. many - to - oneB. one - to - oneC. one - to - manyD. many - to - many

若串s=“World”,其子串的个数是()。A.5B.6C.15D.16

【填空题】已知x='great'和y='wall',那么表达式x+y的值为()

35、以下程序的运行结果是___________。 void print(char *s){ printf("%s", s); } int main(){ char *p, *q; char str[]="Hello, World\n"; q=p=str; p++; printf(q); printf(p); return 0; }A.H eB.Hello, World ello, WorldC.Hello, World Hello, WorldD.ello, World llo, World

2、若串s1=“hello”,s2=“ world”,那么执行 strlen(strcat(s1,s2))后的结果是()。A.0B.10C.11D.不确定