皮皮学,免费搜题
登录
搜题
【单选题】
---How do you like the blue T-shirt? ---OK, but do you have a ______one in blue? I can’t afford the price.
A.
longer
B.
bigger
C.
cheaper
D.
nicer
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】___ (尾推) stop。
A.
Bow thrust
B.
Bow thruster
C.
Stern thrust
D.
Stern thruster
【判断题】若有代码 char a[5]={a,b,c,d,e}; ,将实现将 a-e这 5 个字母作为初始值顺序赋给数组 a 的各元素,这样的写法是正确的。
A.
正确
B.
错误
【简答题】有效投资组合(efficient portfolio)
【多选题】如下程序片段功能是读入任意一个字符,如果是大写字母则转换成小写字母输出,如果是小写字母则转换成对应的大写字母输出;其中有若干行代码有错误,请指出是哪些行_________.int main( ){ //第1行 char c; //第2行 printf("请输入一个字符:\n");//第3行 scanf("%c", c); //第4行 if(c>...
A.
第 4 行
B.
第 6 行
C.
第 7 行
D.
第 8 行
【单选题】有以下程序,经编译链接后生成的可执行文件是prog.exe,若运行时输入以下带参数的命令行: prog abcd efg h3 k44 ,执行后输出结果是______。(参考代码:XT_11_01_26.c) #include main(int argc ,char *argv[ ]) { int i,len=0; for(i=1;i printf("5d\n",len); }
A.
14
B.
12
C.
8
D.
6
【单选题】若有下面的定义和语句,接下来正确的语句是_______。(参考代码:XT_12_01_06.c) union data { int i; char c ; float f ; } a ; int n;
A.
a=5
B.
a={2,‘a’,1.2 }
C.
printf("%d",a.i);
D.
n=a;
【多选题】结合教材案例综合实训楼,结构施工图包括结构设计说明、基础平面图和( )等
A.
柱定位图
B.
梁配筋图
C.
板配筋图
D.
楼梯配筋图
【单选题】首推全速向左!
A.
Bow stern full to port!
B.
Bow thrust half to port!
C.
Bow thrust full to starboard !
D.
Bow thrust full to port!
【单选题】首推全速向右!
A.
Bow stern full to port!
B.
Bow stern half to port!
C.
Bow thrust full to starboard !
D.
Bow thrust full to port!
【简答题】投资组合选择(portfolio selection)
相关题目: