变压器过负荷时,根据变压器油温的升高的特征,可构成变压器()保护。
A.气体
B.温度
C.电流
D.油位
参考答案:B
—I hope you can get good marks in the exam.
—_______. [ ]
A. Thanks a lot.
B. That's a good idea.
C. Best wishes.
D. No, thanks.
阅读下面程序: #include<iostream.h> fun(int a,int b) { int c; c=a+b; return c; } void main() { int x=6,y=7,z=8,r; r=fun((x--,y++,x+y),z--); cout<<r<<endl; } 则该程序的输出结果是( )。
A.11
B.20
C.21
D.31