下列数组定义语句中,不合法的是()
A、
int a[3]={0,1,2,3};
B、
int a[]={0,1,2};
C、
int a[3]={0,1};
D、
int a[3]={0};
出自:安徽继续教育在线-C++面向对象程序设计