練習15.2 參考程式- 練習陣列與指標 ... int main(void) { // 宣告建立整數陣列 int a[] = {1, 2, 3, 4, 5}; // 將整數陣列設定給指標 int *aPtr = a ... 回到練習題目 ...
確定! 回上一頁