2018-05-05 23:19:22 +01:00

6 lines
282 B
HTML

<p>
Now that you know all the basic of pointers, it's time for you to use them in a more in depth way.
Implement a map-function that applies one function to a whole array of integers.
Try to also use pointer arithmetic to index into the array instead of the []-operator.
</p>