1. Using structures in C · struct Array array = { N, { 1, 2, 3, 4, 5 } }; · increment(array); · for (int i = 0; i < array.size; i++) { · printf("%3d", array.arr[i]) ...
確定! 回上一頁