Frage im Vorstellungsgespräch bei ENSCO

How to iterate through an array using pointers in C

Antwort im Vorstellungsgespräch

Anonym

14. Mai 2020

Depending on the size of the data type the array is in, we would declare the pointer at the start of the array, then iterate over it incrementing by the data type size that was contained in the array.

1