PPT Slide
Code changes -- replace:
MemA *A5++
MemX *A6++
MemY *A7
Using Pointers
Previous slide
Next slide
Back to first slide
View graphic version
Notes:
As we travel through the code, we need to increment the pointer each time we need the next value in the array. To increment the pointer, the”++” notation is used.