A.No,youcan't.
B.Idonotknow
C.Youcan't
D.Wouldyoumindcallingbacklater?
第1题:
下列程序执行后的输出结果是( )。 void funcl(int i); void func2(int i); char st[]="hello,friend!"; void funcl(int i) { printf("%C",st[i]); if(i<3) { i+=2;func2(i); ) } void func2(int i) {printf("%c",st[i]); if(i<3) { i+=2;func1(i); } } main() {int i=0;funcl(i);printf("\n"); )
A.hlm
B.hlo
C.hello
D.he1
第2题:
第3题:
已知字符串s='hello',则表达式'he' not in 'hello'的值为:
A.'True'
B.'False'
C.True
D.False
第4题:
3. —Hello !
—________
A.I'm Alice
B.Thank you
C.Fine
D.Hello
第5题:
3、已知字符串s='hello',则表达式'he' not in 'hello'的值为:
A.'True'
B.'False'
C.True
D.False