以下能对一维数组a进行正确初始化的语句是()。
A:int a[10]=(0,0,0,0,0);
B:int a[ ]={0};
C:int a[10]={ };
D:int a[10]={10*1};
出自:考研