セクション 2. 章 2
single
Challenge: Modify Array Elements via Pointers
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a function that takes an integer array and its size as parameters, and doubles each element in the array using pointer arithmetic.
- Modify each element of the array by multiplying it by 2 using pointer arithmetic.
- The function must update the original array elements.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 2
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください