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

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

A.char a='A'b='B';

B.float a=b=10.0;

C.int a=10,*b=&a;

D.float *a,b=&a;

正确答案是C