皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【判断题】
所有的活细胞都有细胞膜、细胞质和细胞核。
A.
正确
B.
错误
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下面程序的输出结果是________。(参考代码:XT_09_01_12.C) #include int x=3; int main(){ int i; for(i=1;i return 0; } incre(){ static int x=1; x*=x+1; printf("%d ",x); }
A.
3 3
B.
2 2
C.
2 6
D.
2 5
【单选题】若有初始化语句:int a[3][4]={0}; ,则下面正确的叙述是( )
A.
只有元素a[0][0]可得到初值0
B.
数组a中每个元素均可得到初值0
C.
数组a中各元素都可得到初值,但其值不一定为0
D.
此初始化语句不正确
【单选题】下面程序的输出结果是________。(参考代码:XT_09_01_13.C) #include void fun(int x){ static int a=0; a+=x; printf("%d ",a); } int main(){ int cc; for(cc=1;cc<4;cc++) fun(cc); }
A.
1 2 3
B.
1 3 6
C.
2 4 6
D.
2 5 7
【单选题】若有初始化语句:int a[3][4]={0];,则下面正确的叙述是( )
A.
只有元素a[0][0]可得到初值0
B.
此初始化语句不正确
C.
数组a中每个元素都可得到初值0
D.
数组a中各元素都可得到初值,a[0][0]初值0,其他元素初值为随机数
【单选题】. Though an active politician, she succeeded in balancing the _______ she played both at home and in society.
A.
characters
B.
parts
C.
performances
D.
activities
【单选题】下面程序的输出结果是______。(参考代码:XT_03_01_19.C) int main(){ int x,y,z; x=y=1; z=x++-1; printf("%d %d ",x,z); z+=-x+++(++y||++z); printf("%d %d ",x,z); }
A.
2 0 3 -1
B.
2 1 3 0
C.
2 0 2 1
D.
2 1 0 1
【单选题】下面程序的输出结果是_______。(参考代码:XT_10_01_05.c) #define SQR(X) X*X main(){ int a=16, k=2, m=1; a/=SQR(k+m)/SQR(k+m); printf("%d\n",a); }
A.
16
B.
2
C.
9
D.
1
【单选题】下面程序的输出结果是______。 ( 参考代码:XT_03_01_20.C) int main(){ int x=40,y=4,z=4; x=y==z; printf("%d ",x); x=x==(y-z); printf("%d ",x); }
A.
4 0
B.
4 1
C.
1 1
D.
1 0
【单选题】She learnt both business and history, but she knows _____ of them well, though she can speak on
A.
32. She learnt both business and history, but she knows _____ of them well, though she can speak on _____    subjects in general. A.none; any
B.
nothing; anything
C.
neither; both
D.
either; neither
【单选题】关于非选择性环氧酶抑制剂说法不正确的
A.
小儿首选解热镇痛药是乙酰氨基酚(3岁以上)
B.
阿司匹林是风湿热、类风湿 性关节炎首选
C.
双氯芬酸钠起效快、药效强,剂量小,个体差异小,但少数可出现溃疡
D.
吲哚美辛(消炎痛)不良反应大且重,非常规用的解热镇痛抗炎药
E.
布洛芬么没有副作用
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题