Array Pointer Arithmetic Practice
*arr | **arr |
*(arr + row) | **(arr + column) |
Завдання
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.
Рішення
solution.cpp
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 4
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Awesome!
Completion rate improved to 5.88
Array Pointer Arithmetic Practice
Свайпніть щоб показати меню
*arr | **arr |
*(arr + row) | **(arr + column) |
Завдання
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.
Рішення
solution.cpp
Все було зрозуміло?
Дякуємо за ваш відгук!
Awesome!
Completion rate improved to 5.88Секція 2. Розділ 4
single