61
Pointers and Arrays
(cont)
Pointer-based scan written in more typical style
Note: because of pointer/array connection
a[i] == *(a+i)