设置在民用建筑内柴油发电机房储油间与发电机房可设置在一个房间内。()
参考答案:错
The number of people present at the meeting _________ about 1000 , a large number of whom _______ experts from abroad.
A.was; was
B.were; were
C.was ; were
D.were; was
下面程序的输出结果是 int b=2; int func(int *a) b+=*a;return(b); main( ) int a=2,res=2;res+=fune(&a);printf("%d\n",res);
A) 4 B) 6 C) 8 D) 10