37. —There's somebody at the door._________ it be Jim?—No ,It __________be him. It's just seven o'clock.It’s too early.A. May; can'tB. Will; won'tC. May; mustn’tD Must; may not
37. —There's somebody at the door._________ it be Jim?
—No ,It __________be him. It's just seven o'clock.It’s too early.
A. May; can't
B. Will; won't
C. May; mustn’t
D Must; may not
相关考题:
( 14 )以下程序用以删除字符串所有的空格,请填空。#include stdio.hmain (){ char s[100]={ " Our teacher teach C language! " };int i,j;for ( i=j=0;s[i]!= ’ \0 ’ ;i++ )if ( s[i]!= ‘ ’ ) {s[j]=s[i];j++;}s[j]= 【 14 】printf ( " %s\n " ,s ) ;}
下面程序的运行结果是()。includevoid del(char*s){int i,j;char *a;a=s;for(i=0,j=0;a 下面程序的运行结果是( )。 #include<stdio.h> void del(char*s) { int i,j; char *a; a=s; for(i=0,j=0;a[i]!='\0';i++) { if(a[i]>='0'a[i]<='9') { s[j]=a[i]; j++; } s[j]='\0'; }} main() {char s[]="aa89gggh"; del(s); printf("\n%s",s); }A.aaB.89C.ggghD.aa89gggh
求主次对角线之和。 main {static int a[ ][3]={9,7,5,1,2,4,6,8}; int I,j,s1=0,s2=0; for(I=0;I3;I++) for(j=0;j3;j++) {if(__________) s1=s1+a[I][j]; if( __________ ) s2=s2+a[I][j]; } printf(“%d\n%d\n”,s1,s2); }
现在有如下程序#include "stdio.h"main(){char s[80];int i,j;gets(s);for(i=j=0;s[i]!=′\0′;i++)if(s[i]!=′H′______)s[j]=′\0′;puts(s);}这个程序段的功能是删除输入的字符串中字符′H′,则空线上应当添入的是A.s[j++]=s[i];j++;B.s[j]=s[i++];j++;C.s[j++]=s[i];D.s[j]=s[i];
Lord Bacon's remarks on Machiavelli is quoted as[A] a support for the author's viewpoint.[B] one of the mainstream views on him.[C] a judgment in support of most critics.[D] a modification of the author's previous stand.
The note-book isn’t mine.It must be ( ). A、somebody’s else'sB、somebody’s elseC、somebody elseD、somebody else’s
Jim and Ronald are ( ). A、my father's and mother’s friendsB、friends of mine father and motherC、my father and mother's friendsD、my father and mother friends
以下程序的输出是()。main(){chara[2][5]={“6937”,”8254”};inti,j,s=0;for(i=0;i2;i++)for(j=0;a[i][j]'0'a[i][j]='9';j+=2)s=10*s+a[i][j]-‘0’;printf(“s=%d”,s);} A.6385B.69825C.63825D.693825
下列函数从字符数组s[]中删除和c一样的字符,请在下面横线处填空。 void delete(s,C)char s[],c; {int i,j; for(i=j=0;( );i++) if(s[i]!='c') s[j++]=s[i]; s[j]="\0";}
有以下程序includeincludevoidfun(char*s[],intn){char*t;int i,j;for(i=0 有以下程序 #include <stdio.h> #include <string.h> void fun(char *s[],int n) { char *t; int i,j; for(i=0;i<n-1;++) for(j=i+1;j<n;j++) if(strlen(s[i])>strlen(s[j])) {t=s[i];s[i];s[j];s[j]=t;} } main() { char *ss[]={"bccA.xy,aaaaccB.aaaacc,xyC.bcc,aabccD.aabcc,bcc
下面程序的运行结果是( )。 #ineludestdio.h void del(char*s) { int i,j; char*a; a=s: for(i=0,j=0;a[i]!=\0;i++) { if(a[i]=0&&a[i]=9) {s[j]=a[i]; j++; } s[j]=\0; } } main { char*s="aa89gggh"; del(s): printf("\n%s",s); }A.1B.2C.3D.4
有以下程序includeincludevoidfun(char,*s[],intn){char*t;inti,j; for(i= 有以下程序 #include <stdio.h> #include <string.h> void fun(char,*s[],int n) { char *t; int i,j; for(i=0;i<n-1;i++) for(j=i+1;j<n;j++) if(strlen(s[i])>strlen(s[j])) {t=s[i];s[i]:s[j];s[j]=t;} } main() { char *ss[]={"bcc","bbcc","xy","aaaacc","aabcc"}; fun(ss,5); printf("%s,%s\n",ss[0],ss[4]); } 程序的运行结果是A.xy,aaaaccB.aaaacc,xyC.bcc,aabccD.aabcc,bcc
下面程序的运行结果是()。includevoid delch(char *s){ int i,j;char*a;a=s;for(i=0,j= 下面程序的运行结果是( )。 #include<stdio.h> void delch(char *s) { int i,j; char*a; a=s; for(i=0,j=0;a[i]!='\0' ;i++) if(a[i]>='0' a[i]<='9') { s[j]=a[i]; j++;} s[j]='\0'; } main() { char*item="a34bc"; delch(item); printf("\n%s" ,item);}A.abcB.34C.a34D.a34bc
Hello.Is Jim there?()AThis is Jim. Who's speaking, please?BI'm afraid I won't be free.CThis is the right number.DThere's no hurry.
单选题Hello.Is Jim there?()AThis is Jim. Who's speaking, please?BI'm afraid I won't be free.CThis is the right number.DThere's no hurry.
单选题—Who’s the man over there? Is it Mr.13lack?—It ______ be him. He’s much taller.Amay notBcan’tCwill notDmustn’t
单选题I have no idea ______. Somebody has left it ______.Awho’s candle is this; burning Bwhose candle is this; burntCwho’s candle this is; burnDwhose candle this is; burning
单选题I have no idea ______. Somebody has left it ______.Awho’s candle is this; burningBwhose candle is this; burntCwho’s candle this is; burnDwhose candle this is; burning
单选题有以下程序:#include #include void fun(char *s[],int n){ char *t; int i,j; for(i=0;i for(j=i+1;j if(strlen(s[i])strlen(s[j])) { t=s[i]; s[i]=s[j]; s[j]=t; }}main(){ char *ss[]={"bcc","bbcc","xy","aaaacc","aabcc"}; fun(ss,5); printf("%s,%s",ss[0],ss[4]);}程序的运行结果是( )。Axy,aaaaccBaaaacc,xyCbcc,aabccDaabcc,bcc