Array Pointer Arithmetic Practice
*arr | **arr |
*(arr + row) | **(arr + column) |
Tehtävä
Swipe to start coding
- Access the last element of the second row of the array.
- Access the fourth element of the third row of the array.
- Output the sum of these elements.
Ratkaisu
solution
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 4