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
设有定义: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
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.不确定