单项选择题

以下定义语句中正确的是

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;