[单选题]
下列的( )赋值语句是不正确的。
A.float f=11.1;
B.double d=5.3e12;
C.float d=3.14f;
D.double f=11.1E10f;
参考答案与解析: