为提高混凝土的抗钢筋锈蚀和耐久性,可在混凝土拌和物中加入( )。
A.烷基苯磺酸盐
B.石油磺酸盐
C.NNO减水剂
D.松香皂
参考答案:C
You look cool in blue, Jim! ---_______, Amy.
A.Thank you
B.Not at all
C.That’s all right
D.OK
有以下程序 #include<stdio.h> main() struct nodeint n;struct node *next; *p; struct node x[3]=2,x+1,4,x+2,6,NULL; p=x; printf("%d,",p->n); printf("%d\n",p->next->n); 程序运行后的输出结果是( )。
A)2,3 B)2,4 C)3,4 D)4,6