What about a two-dimensional array declared like this? int nums [2][4] = {{1, 2, 3, 4}, {5, 6, 7, 8}};.
確定! 回上一頁