皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
The White House is open to the public ________. A) on weekdays only B) five days a week C) every other day D) on weekends only
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】请写出以下程序的运行结果: #include void main( ) { int n=6; if (n++ >6) printf("%d\n",n); else printf("%d\n",n--); }
【判断题】路肩最小高程设置应比设计洪水频率的水位连同波浪侵袭高和雍水高在内,再加上 1m 富余量。
A.
正确
B.
错误
【简答题】请写出以下程序的运行结果( ) int main( ) { void increment( ); increment( ); increment( ); increment( ); return 0; } void increment( ) { static int x=0; x++; printf("%d\n",x); }
【简答题】请写出以下程序的运行结果 #include int f(int x, int *y) { *y = x - 4; return x * x ; } void main() { int x = 3, a, b; b = f(x, &a); printf(”%d %d\n”, a, b); }
【单选题】下列结论中正确的是(      )
A.
极大值和极小值只能有一个
B.
极大值一定比极小值大
C.
极大值和极小值均可以有多个
D.
极值一定是最值
【单选题】下列结论中正确的是( )
A.
数列中的数的个数必须有无限个
B.
数列中的数不必强调排列次序
C.
数列就是按照一定次序排列起来的一列数
D.
数列就是数的集合
【判断题】15XLGLX.路肩最小高程设置应比设计洪水频率的水位连同波浪侵袭高和塞水高在内,再加1m富余量。
A.
正确
B.
错误
【简答题】Once upon a time, there lived a rich man. He had a servant (仆人). He and the servant(仆人) loved wine and good food very much. Each time the rich man left his home, the servant would drink the wine and e...
【简答题】请写出以下程序的运行结果: #include void main( ) { int x=1,y=5,z=3; if (z=x) printf("%d\n",z); else printf("%d\n",y); }
【简答题】我国分别隔黄海、东海、南海与()、()、菲律宾、印度尼西亚、马来西亚、文莱等()个国家相望。
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题