[prev] [index] [next]

Arrays and Pointers (cont)

Pointer-based scan written in more typical style

[Diagram:Pic/pointerscan.png]


Note: because of pointer/array connection   a[i] == *(a+i)