皮皮学,免费搜题
登录
搜题
【单选题】
下列程序执行后的输出结果是( )。 #include<stdio.h> 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;func 2(i);} } void func 2(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.
hlm
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】I shall give you the book__________you return it no later than tomorrow.
A.
on condition that
B.
in condition that
C.
with condition that
D.
in any condition
【简答题】青少年的生理变化主要表现是什么?
【判断题】对复合型按钮开关的检测,在未按下按钮时,测量常闭触头的两个接线端子之间的电阻,正常电阻应接近无穷大。
A.
正确
B.
错误
【单选题】在计算机科学中,有()种基本结构。
A.
1
B.
2
C.
3
D.
4
【单选题】听力原文:This book costs two times as much as it did last year. Luckily I bought it at that time or I will bankrupt this year. (25)
A.
Last year this book was half the price.
B.
I read this book two times last year.
C.
You read that book twice as fast as I did.
D.
That book costs twenty cents more at the book fair.
【单选题】he recommended us to read the book Who moved my cheese ,_______ written by Spencer Johnson.
A.
one
B.
that
C.
which
D.
it
【单选题】北斗七星中约延长“天璇”和“天枢”两颗星距离的几倍就能找到北极星。( )
A.
3
B.
5
C.
7
D.
9
【单选题】It was _____ it raised so many difficult questions _____ the book took a long time to come out.
A.
that; that
B.
since; which
C.
because; that
D.
because; which
【单选题】要了解某班40名学生的卫生统计学成绩,则统计指标为()
A.
每个学生的成绩
B.
部分学生的成绩
C.
学生成绩的平均分
D.
某一学生的成绩为85分
E.
以上都对
【简答题】在窗体中添加一个命令按钮,名称为Command1,然后编写如下程序: Private Sub Command1_Click() Dim s,i For i=1 To 10 s=s+i Next i MsgBox s End Sub 窗体打开运行后,单击命令按钮,则消息框的输出结果为 。
相关题目: