C++20 sections · 1024 units
Open in Course

Quiz: Pointer Arithmetic

Understanding movement

Check Your Understanding

If ptr points to arr[2], what does *(ptr + 1) access?

  1. A.arr[3]
  2. B.arr[2]
  3. C.The address of arr[3]
  4. D.arr[1]
Start the roadmap to answer the quizzes and solve the challenges