单项选择题

下面哪条语句不能定义一个float型的变量?()

A.float f1=-343;
B.float f2=3.14;
C.float f3=0x12345;
D.float f4=2.8F;