若有定义int a=2; float b;,则计算下列表达式,b的值为0的表达式是(           )。 A.

b=1.0/a B.

b=(float)(1/a) C.

b=1/ (float)a D.

b=1/(a*1.0)