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

Conteúdo do Curso

C++ Pointers and References

C++ Pointers and References

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

bookPointer Arithmetic Practice

Tarefa

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

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 2
toggle bottom row

bookPointer Arithmetic Practice

Tarefa

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

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 2
toggle bottom row

bookPointer Arithmetic Practice

Tarefa

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

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Tarefa

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

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 2. Capítulo 2
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
some-alt