... 2. int *array = new int[5] { 9, 7, 5, 3, 1 }; // initialize a dynamic array in C++11 3. // Note that dynamic arrays must be declared ...
確定! 回上一頁