【单选题】关于建筑设计因素对工业项目工程造价的影响,下列说法正确的是( )。
B.
建筑物面积或体积的增加, 一般会引起单位面积造价的增加
【单选题】第 29 题(本题:1分) 有以下程序 #include #include main() { int i; char a[]="How are you!"; for (i=0; a[i]; i++) if (a[i] == ' ') { strcpy(a, &a[i+1]); i=0; } printf("%s\n",a); } 程序的运行结果是
【单选题】You should turn off all the water tonight ______ water freezes and the pipes burst.
【单选题】关于建筑设计对民用住宅项目工程造价的影响,下列说法正确的是( )。
【单选题】在Excel中如果要输入分数如(3/8),应在输入分数前输入:
【单选题】In such freezing weather,water pipes are easy to and water will escape from the . [ ]
【单选题】第 29 题(本题:1分) 有以下程序(strcpy为字符串复制函数,strcat为字符串连接函数) #include #include main() { char a[10] = "abc", b[10] = "012", c[10] = "xyz"; strcpy( a+1, b+2 ); puts( strcat( a, c+1 ) ); } 程序运行后的输出结果是
【单选题】第 29 题(本题:1分) 有以下程序 #include int fun( int x ) { int p; if (x==0 || x==1) return(3); p= x - fun( x-2 ); return (p); } main() { printf ("%d\n", fun( 9 ) ); } 程序运行后的输出结果是
【单选题】Water expands ______ freezing, as can be deduced from occasional breaks in water pipes in severe winters.