以下数组的定义中,错误的是 。
A
int a[4];
B
int a[4]={1,2,3,4,5};
C
int a[4]={1,2,3,4};
D
int a[4]={1};
出自:郑州轻工业大学C语言程序设计(专业本)