Array Pointer Arithmetic Practice
*arr | **arr |
*(arr + row) | **(arr + column) |
Tarefa
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.
Solução
solution.cpp
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 4
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 5.88
Array Pointer Arithmetic Practice
Deslize para mostrar o menu
*arr | **arr |
*(arr + row) | **(arr + column) |
Tarefa
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.
Solução
solution.cpp
Tudo estava claro?
Obrigado pelo seu feedback!
Awesome!
Completion rate improved to 5.88Seção 2. Capítulo 4
single