皮皮学,免费搜题
登录
搜题
【单选题】
水封瓶内长管中的水柱正常的波动范围是
A.
2~4cm
B.
4~6cm
C.
5~7cm
D.
8~10cm
E.
10~12cm
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】输出两个给定整数之和。 问题描述:以下程序实现在屏幕上输出两个给定整数之和,请补全如下代码。 提示: 1.请仔细看样例,输出结果33的前后没有空格、换行等字符,程序中不要随意添加哦; 2.提交时需拷贝补全后的完整程序代码,不能只拷贝补充的代码行哦。 #include int main() { int data1,data2;// 用于存储给定的 2 个整数 data1=13;// 为 data1...
【单选题】Do you often surf on the Internet?().
A.
Yes. I surf on the Internet.
B.
Yes. I use it a lot nowadays.
C.
Yes. I seldom do so.
【简答题】以下程序的功能是输出整数 [m , n] 范围内的所有素数,请在横线填写正确内容。 行号 源程序 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 #include #include int isprime(int a) { int i,k; if(a==1) return 0; //...
【单选题】设有以下函数: #include int f(int a) { int b=0; static c=3; b++ ; c++; return (a+b+c); } 如果在下面的程序中调用该函数,则输出结果是____. void main() { int a=2,i; for(i=0;i<3;i++) printf("%d\n",f(a)); }
A.
7 8 9
B.
7 9 11
C.
7 10 13
D.
7 7 7
【单选题】设有以下函数:#include int f(int a){ int b=0; static c=3; b++ ; c++; return (a+b+c); }如果在下面的程序中调用该函数,则输出结果是( ).int main(){ int a=2,i; for(i=0;i<3;i++) printf("%d\n",f(a));return 0;}
A.
7 8 9
B.
7 9 11
C.
7 10 13
D.
7 7 7
【单选题】- Do you often surf on the Internet? - ___________________
A.
Yes. I use it a lot.
B.
Yes. I seldom do.
C.
Yes. I surf on the internet.
【单选题】有以下程序 #include int fun(int (*s)[4],int n,int k) { int m,i; m=s[0][k]; for(i=1;im) m=s[i][k]; return m; } main( ) { int a[4][4]={{1,2,3,4}, {11,12,13,14}, {21,22,23,24}, {31,32,33,34}}; printf("%d\n",...
A.
4
B.
34
C.
31
D.
32
【简答题】阅读理解。 'I sometimes get up at three or four in the morning and I surf the Internet.' 'I often check my e-mail forty times a day.' 'I often spend more than three hours during one time on the Internet.' ...
【单选题】一 Do you often surf on the Internet? - ___________.
A.
Yes. I surf on the Internet.
B.
Yes. I use it a lot nowadays.
C.
Yes. I seldom do so.
【单选题】This morning I _________ some new restaurants on the Internet , for I wanted to take Sonia to a nice restaurant for her birthday.
A.
picked up
B.
cleaned up
C.
looked up
D.
gave up
相关题目: