单项选择题

A.int a[5]=0
B.int b[3]={1,2,3,4}
C.float c[]={1,2,3}
D.float d={5.3,6.0}