61. Which of the following is not a correct way to initialize an array?
(A) int n[5]={0, 1, 2, 3, 4, 5};
(B) int n[]={0, 1, 2, 3, 4, 5};
(C) int n[5]={1};
(D) int n[5]={1, 5, 9};
(E) int n[5]={0};
答案:登入後查看
統計: A(6), B(1), C(0), D(0), E(0) #3081391
統計: A(6), B(1), C(0), D(0), E(0) #3081391