()的首要作用是输出动力和传递动力。
A、制动器
B、限速器
C、平层感应设备
D、曳引机
参考答案:D
67Ga肿瘤显像主要用于()。
A.淋巴瘤的诊断
B.恶性葡萄胎的诊断
C.甲状腺结节的鉴别
D.白血病的诊断
E.前列腺癌的转移诊断
有如下定义struct person {char name[9];int age;};struct person class[10]={"John",17,"paul",19,"Mary",18,"Adam",16,};根据上述定义,能输出字母M的语句是
A.printf("%c\n",class[3].nam;
B.printf("%c\n",class[3].name[1]);
C.printf("%c\n",class[2].name[1]);
D.printf("%c\n",class[2].name[0));