滚动轴承的工作温度应低于润滑脂的滴点温度是()。
A、50—60℃
B、40—50℃
C、30—40℃
D、20—30℃
参考答案:D
GIS设备的单项重要状态量已经严重超过标准值,应评价为(),并应尽快安排检修。
下面程序运行后的输出结果是______。 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