"The trouble with being the Prime Minister's sister is it puts your life into perspective." is from the movie().A、LoveA、ctuallyB、PocahontasC、TarzanD、Air Force One

"The trouble with being the Prime Minister's sister is it puts your life into perspective." is from the movie().

A、Love

A、ctually

B、Pocahontas

C、Tarzan

D、Air Force One


相关考题:

下列语句中,在字符串s1和s2相等时显示"they are Equal"的是( )。A.if(*s1==*s2) puts("they are Equal");B.if(!strcmp(s1,s2)) puts("they are Equal");C.if(s1==s2) Puts("they are Equal");D.if(strcmp(s1,s2) ) puts("they are Equal");

My opinions are similar to ___. A.youB.yourC.yoursD.your's

若有chara[80],b[80];则正确的是()。 A.puts(a,b);B.printf(“%s,%s”a[],b[]);C.putchar(a,b);D.puts(a);puts(b);

What's ( )job? Are ( ) British?A. your, yourB. you, yourC. your, you

下列语句中,在字符串s1和s2相等时显示"they are Equal"的是( )。A.if(*s1==*s2)B.if(!strcmp(s1,s2)) puts("they are Equal"); puts("they are Equal");C.if(s1==s2)D.if(strcmp(s1,s2)) Puts("they are Equal"); puts("they are Equal");

下述语句中,在字符串s1和s2相等时显示"they are Equal"的是( )。A.if(*s1=*s2) puts("they are Equal");B.if(!strcmp(s1,s2)) puts("they are Equal");C.if(s1==s2) puts("they are Equal");D.if(strcmp(s1,s2)) puts("they are Equal");

下述语句中,在字符串sl和s2相等时显示“they are Equal”的是( )。A.if(*s1==*s2) puts("they are Equal");B.if(!strcmp(s1,s2)) puts("they are Equal");C.if(s1==s2) Puts("they are Equal");D.if(strcmp(s1,s2)) puts("they are Equal”);

下列语句中,在字符串s1和s2相等时显示“they are Equal”的是( )。A.if(*s1==*s2) puts("they are Equal");B.if(!strcmp(s1,s2)) puts("they are Equal");C.if(s1==s2) Puts("they are Equal");D.if(strcmp(s1,s2)) puts("they are Equal");

下述语句中,在字符串s1和s2相等时显示”they are Equal”的是( )。A)if(*s1==*s2)puts("they are Equal");B)if(!strcmp(s1,s2))puts("they are Equal");C)if(s1=s2)puts(”they are Equal”);D)if(strcmp(s1,s2))puts(”they are Equal”);

【单选题】假设char s[20],*ps; ps=s; 则以下输出错误的是?A.puts(*ps)B.puts(s)C.puts(ps)D.printf("%s",ps);