单项选择题

以下能正确对整型数组赋初值的语句是______。

A.int a[4]={1,2,3,4,5};
B.int a[2][2]={1,2,3,4,5};
C.int a[4]={'1','2','3','4');
D.int a[3][]={1,2,3,4,5,6};