单项选择题

若要定义一个具有5个元素的整型数组,以下错误的定义语句是

A.int a[5]={0};
B.int b[]={0, 0, 0, 0, 0};
C.int c[2+3];
D.int i=5, d[i];