以下定义语句中正确的是______。

以下定义语句中正确的是______。

A.int a=b=0;

B.char A=65+1,b='b';

C.float a=1,*b=&a,*c=&b;

D.double a=0.0;b=1.1;

正确答案是B