单项选择题

下面代码行中编译的时候不会报警告或错误的有()。

A、float f=1.3;
B、char c="a";
C、byte b=257;
D、boolean b=null;
E、int i=10;