Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Pointer Arithmetic Practice | Pointer Arithmetic
C++ Pointers and References
course content

Зміст курсу

C++ Pointers and References

C++ Pointers and References

1. Pointers Fundamentals
2. Pointer Arithmetic
3. References Fundamentals
4. Dynamic Memory Allocation

book
Pointer Arithmetic Practice

Завдання
test

Swipe to begin your solution

  1. Create a pointer that points to the first variable.
  2. Find the distance between memory locations of this two variables.
  3. Using the pointer arithmetic move the pointer to the location of the second variable.
  4. Modify the value of dereferenced pointer to 50 and output the second variable.

Рішення

cpp

solution

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 2
toggle bottom row

book
Pointer Arithmetic Practice

Завдання
test

Swipe to begin your solution

  1. Create a pointer that points to the first variable.
  2. Find the distance between memory locations of this two variables.
  3. Using the pointer arithmetic move the pointer to the location of the second variable.
  4. Modify the value of dereferenced pointer to 50 and output the second variable.

Рішення

cpp

solution

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 2
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt