• 2022-05-30
    中国大学MOOC: 22. 下列一维数组初始化正确的是( )。A. int a[5]={1,2}; B. int a[2]={1,2,3,4,5}; C. int a[5]={, ,1,2}; D.int a={1,2};