皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【多选题】
脑血管疾病不可干预的危险因素有哪些?
A.
遗传因素
B.
性别
C.
年龄
D.
焦虑紧张
E.
种族
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】请写出以下程序的运行结果 #include"stdio.h" int fun(int x,int y) { return(x-y); } main() { int a=2,b=3,c=8; int x,y; x=fun(a+c,b); y=fun(x,a-c); printf("%5d\n",y); }
【简答题】阅读理解。 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...
【简答题】阅读理解 Jane Good all first made friends with a chimp (黑猩猩) when she was one year old. On her first birthday her mother carried her to the zoo near her home and bought her a toy chimp. She loved her furr...
【简答题】请写出以下程序的运行结果 #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); }
【简答题】阅读理解。 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 an...
【单选题】 要把屏幕内容复制到剪贴板中(截屏),可按( )。
A.
"Alt+PrintScreen"
B.
"Shift+PrintScreen"
C.
"PrintScreen"
D.
"Ctrl+PrintScreen"
【单选题】下列结论中正确的是
A.
将 的图象向右平移 得到 的图象
B.
的一条对称轴是
C.
若 ,则
D.
的一个对称中心是
【判断题】升降速度表的功用不仅仅是用于测量飞机 升或下降时的单位时间内的高度变化量;它也用于飞机在平飞状态下,飞行员判断是否处于平飞姿态
A.
正确
B.
错误
【判断题】升降速度表的功用不仅仅是用于测量飞机上升或下降时的单位时间内的高度变化量;它也用于飞机在平飞状态下,飞行员判断是否处于平飞姿态
A.
正确
B.
错误
【简答题】请写出以下程序的运行结果: #include void main( ) { int x=1,y=5,z=3; if (z=x) printf("%d\n",z); else printf("%d\n",y); }
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题