Frage im Vorstellungsgespräch bei Farsight Studios

How would you update the values in an array without using array notation (given a pointer to the array)?

Antwort im Vorstellungsgespräch

Anonym

15. Feb. 2016

Pointer math. Use the pointer to assign by dereferencing and then update the pointer to point to the next value in the array.