单项选择题

下列一组初始化语句中,正确的是()

A.int a[8]={}
B.int a[8]={0,2,4,0,1}
C.int a[5]={9,4,5,3,1,5}
D.int a[7]=6*7

热门 试题