问题 单项选择题

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

A.char a='A'b='B';
B.float a=b=10.0;
C.int a=10,*b=&a;
D.float *a,b=&a;

答案

参考答案:C

单项选择题 A1型题
单项选择题