皮皮学,免费搜题
登录
搜题
【判断题】
Accumulator stores fluid with pressure.
A.
正确
B.
错误
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】Internet Explorer 上不包括的菜单有( )。
A.
格式
B.
文件
C.
工具
D.
查看
【单选题】Internet Explorer上不包括的菜单有格式。( )
A.
正确
B.
错误
【单选题】以下程序段执行后的输出结果是( )。struct st{int n;float x;}*p;struct st a[3]={{11,5.6},{12,7.1},{13,6.7}};p=a;printf("%d", (++p)->n);
A.
10
B.
11
C.
12
D.
14
【单选题】执行以下程序段的输出结果是( )。 struct sperson { int n; float sale; }a[2]={{101,26.5},{202,30.6},}; if(a[0].sale>a[1].sale) printf("%d\n",a[0].n); else printf("%d\n",a[1].n);
A.
101
B.
202
C.
26.5
D.
30.6
【单选题】以下程序段的输出结果是 。 struct stu { int x; int y; } d[2]={ { 10,20 }, { 30,40 } }; printf(“%d ”, d[0].x); printf(“%d ”, d[1].x); printf(“%d ”, d[0].y)); printf(“%d ”, d[1].y);
A.
10 20 30 40
B.
10 40 20 30
C.
10 30 20 40
D.
30 40 10 20
【单选题】Internet Explorer上不包括的菜单()
A.
格式
B.
文件
C.
工具
D.
查看
【单选题】下列( )不是Internet上的浏览器。
A.
Communicator
B.
Internet Explorer
C.
Visual J++ T--T
D.
HotJava
【简答题】以下程序段的输出结果是( )。struct st{int x;int *y;};int dt[4]={10,20,30,40};struct st aa[4]={50,&dt[0],60,&dt[1],60,&dt[2],60,dt[3]},*p=aa; printf("%d\n",++(p++->x));
【单选题】(P91)1937年11月太原失陷后,中国共产党先后创建的抗日根据地不包括()
A.
晋察冀抗日根据地
B.
湖北抗日根据地
C.
大青山抗日根据地
D.
晋冀豫抗日根据地
【单选题】以下程序段的输出结果是( )。 struct cp { int x,y; }cp1[2]={1,2,3,4}; printf("%d,%d\n",cp1[0].x+cp1[1].x,cp1[1].y-cp1[0].y);
A.
3,-1
B.
4,2
C.
4,-2
D.
3,1
相关题目: