单项选择题
关于数组的定义与初始化,下列哪一项是错误的()。
A.int arr[5]={1,2,3,4,5};
B.int arr[]={1,2,3,4,5};
C.int arr[5]={1,2,3};
D.int arr[5]={1,2,3,4,5,6};
点击查看答案&解析
相关考题
