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.cpp
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 4
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 5.88
Array Pointer Arithmetic Practice
Pyyhkäise näyttääksesi valikon
*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.cpp
Oliko kaikki selvää?
Kiitos palautteestasi!
Awesome!
Completion rate improved to 5.88Osio 2. Luku 4
single