皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
SM0.1的含义
A.
1
B.
接通1
C.
dd
D.
bb
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】Among the five Great Lakes, only is wholly within the United States.
A.
Ontario
B.
Superior
C.
Erie
D.
Michigan
【简答题】以下程序的运行结果是 。 main() { char st[20]= "hel\0lo\t"; printf("%d %d \n ",strlen(st),sizeof(st)); }
【单选题】反光显微镜的光学系统由()组成。
A.
目镜、物镜、偏光镜、滤色镜
B.
物镜、目镜、前偏光镜、滤光镜
C.
物镜、入射光管、垂直照明系统、上偏光镜
D.
目镜、物镜、垂直照明系统、上偏光镜
【单选题】以下程序的运行结果是 char fun(char ch) { if (ch >= 'A' && ch <= 'Z' ) ch +='a' - 'A' ; return ch; } main() { char st[ ]="I Love This Game!" , *p=st; while (*p) { *p=fun(*p); p++; } puts(st); } A) ...
A.
I Love This Game!
B.
i love this game!
C.
ilovethisgame!
D.
ILoveThisGame!
【单选题】以下程序的运行结果是 char st[20] = "IBM\n012\012\0\\"; printf("%d,%d\n", sizeof(st),strlen(st));
A.
20,8
B.
20,9
C.
20,10
D.
20,11
【单选题】以下程序的运行结果是 char st[ ] = "xyz", *p = st; while (*p) p++; for (p--; p – st >= 0; p--) printf("%s", p);
A.
zyx
B.
zyz
C.
zyzxyz
D.
xxyxyz
【单选题】Among the five Great Lakes, only ()is wholly within the United States.
A.
Erie
B.
Superior
C.
Michigan
【多选题】AutoCAD的二维坐标可分为
A.
直角坐标
B.
极坐标
C.
UCS坐标
D.
三维坐标
【判断题】Among the five Great Lakes, only Lake Michigan belongs entirely to the US.
A.
正确
B.
错误
【单选题】Among the five Great Lakes, only _____ is wholly within the United States.
A.
Erie
B.
Superior
C.
Michigan
D.
Jamestown
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题