对数组进行正确的初始化的是
A.Int a[ ]={ }; B.int a[ ]= new int [ ]; C.int a[ ]={1,2,3}; D.int a[ ]=[1,2,3];
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。