[prev] 118 [next]

Pointer Arithmetic (cont)

Pointer-based scan written in more typical style

[Diagram:Pic/pointerscan.png]


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