[单选题]bike-sharing is convenient and idon ' t need to buy a bike for_A.IB.myC. mineD.myself
[单选题]I don‘t think the charge for overhauling the equipment is excessive in _______ to its size. A. correspondence B. equation C. proportion D. dimension
[单选题]Idon’tknowifJack_________.Ifhe__________,callme,please.A.willcome;willcomesB.comes;comeC.comes;willcomeD.willcome;comes
[单选题]I don‘t mind _______ the decision as long as it is not too late. A. you to delay making B. your delaying making C. your delaying to make D. you delay to make
[单选题]——Honey, let’s go for dinner .—— Idon’t have to cook.A.Forgot it ! B.thit’n great!C.Why? D.Go abend
[单选题]若有如下程序: int s[3] [3]={'a','b','C','d','e','f','g','h','i'},*t; main() {t:(int*)malloc(sizeof(int)); sub(t,s); printf("%c/n",*t); } sub(int*p,int b[][3]) {*p=b[2][1]; } 则程序运行后的输出结果是( )。A.dB.eC.hD.b
[单选题]有以下程序: main() { char a[ ]={'a','b','c','d','e','f','g','h','/0'}; int i,j; i=sizeof(a); j=strlen(a); printf("%d,%d/b",i,j); } 程序运行后的输出结果是( )。A.9,9B.8,9C.1,8D.9,8
[单选题]有以下程序 main() {char a[]={'a','b','c','d','e','f','g','h','/0'};int i,j; i=sized(a);j=stden(a); printf(“%d,%d/n”,i,j); } 程序运行后的输出结果是A.9,9B.8,9C.1,8D.9,8
[单选题]有以下程序 main() { char a[]={'a','b','c','d','e','f','g','h','/0'};int i,j; i=sizeof(a);j=strlen(a); printf("%d,%d/b",i,j);} 程序运行后的输出结果是A.9,9B.8,9C.1,8D.9,8
[单选题]有以下程序includemain(){charp[]={'a','b','c'},q[10]={'a','b','c'};printf("%d%d/有以下程序 #include<string.h> main() { charp[]={'a','b','c'},q[10]={'a','b','c'}; printf("%d%d/n",strlen(p),strlen(q));} 以下叙述中正确的是A.在给p和q数组置初值时,系统会自动添加字符串