Contenuti del Corso
C++ Pointers and References
C++ Pointers and References
3. References Fundamentals
Array Pointer Arithmetic Practice
*arr | **arr |
*(arr + row) | **(arr + column) |
Compito
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.
Soluzione
solution
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 4
Array Pointer Arithmetic Practice
*arr | **arr |
*(arr + row) | **(arr + column) |
Compito
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.
Soluzione
solution
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 4