单项选择题

下面哪条语句在编译时不会出现错误或警告( )。

A) float f=1.3;
B) byte b=257;
C) boolean b=null;
D) int i=10;