以下数组的定义中,错误的是 。
· int a[4];
· int a[4]={1,2,3,4,5};
· int a[4]={1,2,3,4};
· int a[4]={1};
出自:佳木斯大学语言治疗学