不宜用做饮食器具,但可用做抗辐射保护材料的金属是()
A.铅
B.铁
C.锌
D.铜
参考答案:A
化简:2x+3y﹣[4x﹣(3x﹣y)].
有以下程序: #include <stdio.h> stxuct tt { int x;struct tt *y;}*p; struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a}; main() { int i;p=a;for(i=1;i<=2;i++) {printf("%d,",p->x ); p=p->y;} } 程序的运行结果是( )。
A.20,30,
B.30,17
C.15,30,
D.20,15,