PPT Slide
Notes:
Now let's revisit how we get values to and from memory.
An and Xn are actually arrays of 40 values that we're multiplying. So we need some way of accessing the data in the arrays and we do this by using pointers.
The *(*) notation means we are using pointers. To use a pointer we initialize it to point to the first memory location in the array.