下面语句在编译时不会出现警告或错误的是()
A:float f=3.14;
B:char c=”c”;
C:Boolean b=null;
D:int i=10.0;
出自:国家开放大学《面向对象程序设计》