下面语句中,在程序编译时将出现“错误:不兼容类型”的是( )
A.
byte b=120;
B.
long l=123+'h';
C.
float f=1.23;
D.
double d=1.34;
正确答案是C