扶持中小企业的一般政策是以( )为对象的。
A.成长产业的中小企
B.衰退产业的中小企业
C.全部中小企业
D.特定中小企业群
参考答案:C
—Look! There are lots of old people in the park.
—They look relaxed. Some are playing the card , ___________ are chatting.
A.another
B.the other
C.other
D.others
下面程序运行后的输出结果是______。 struct abc int a,b,c; main() struct abc s[2]=1,2,3,4,5,6; int t=-s[0].a+s[1].b; printf("%d\n",t);
A.5
B.6
C.7
D.8