【判断题】若有代码 char a[5]={a,b,c,d,e}; ,将实现将 a-e这 5 个字母作为初始值顺序赋给数组 a 的各元素,这样的写法是正确的。
【简答题】有效投资组合(efficient portfolio)
【多选题】如下程序片段功能是读入任意一个字符,如果是大写字母则转换成小写字母输出,如果是小写字母则转换成对应的大写字母输出;其中有若干行代码有错误,请指出是哪些行_________.int main( ){ //第1行 char c; //第2行 printf("请输入一个字符:\n");//第3行 scanf("%c", c); //第4行 if(c>...
【单选题】有以下程序,经编译链接后生成的可执行文件是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); }
【单选题】若有下面的定义和语句,接下来正确的语句是_______。(参考代码:XT_12_01_06.c) union data { int i; char c ; float f ; } a ; int n;
【多选题】结合教材案例综合实训楼,结构施工图包括结构设计说明、基础平面图和( )等
【单选题】首推全速向左!
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)