When I was in high school,most of my friend had bicycles. I hoped I
could also have it. One day I saw a second-hand bicycle, that was only
one hundred yuan. I asded my father the money. But he said he could
only give me half of the money. He should find the other half myself. So
I went to sell newspapers after the school. My father was pleased
if I showed him the money a month after. He gives me the other
fifty. You can imagine how much happy I was when I rode to school on
my own bicycle.
When I was in high school,most of my friend had bicycles. I hoped I
friends
could also have it. One day I saw a second-hand bicycle, that was only
one which
one hundred yuan. I asded my father ∧ the money. But he said he could
for
only give me half of the money. He should find the other half myself. So
I
I went to sell newspapers after the school. My father was pleased
if I showed him the money a month after. He gives me the other
when later gave
fifty. You can imagine how much happy I was when I rode to school on
my own bicycle.
第1题:
下列程序执行后的输出结果是______。
A.hello
B.hel
C.hlo
D.hlm void func1 (int i); void func2 (int i); char st[]="hello,friend!"; void func1(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;func1(i);printf("\n");}
第2题:
下列程序执行后的输出结果是( )。 void func1 (int i); void func2(int i); char st[]="hello,friend!"; void func1 (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);}
A.hello
B.hel
C.hol
D.hlm
第3题:
下列程序执行后的输出结果是 void func1(int i); void func2(int i); char st[]="hello,friend!”; void func1(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);}} { int i=0;func1(i);printf("\n");}
A.hello
B.hel
C.hlo
D.hlm
第4题:
下列程序执行后的输出结果是 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=
A.hello
B.hel
C.hlo
D.hlm
第5题:
下列程序 void func1(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;funcl(i);} } main() { int i=0;funcl(i);printf("\n");} 执行后的输出结果是( )
A.hello
B.hel
C.hlo
D.hlrn
第6题:
下列程序执行后的输出结果是( )。 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