First page Back Continue Last page Graphics
Array Ranges (cont.)
Access inside the function is then:
*pt
Since it is a for loop, the loop doesn't run when the pointer points to the one passed in as “end”.
Remember, arrays are passed by reference. The pointers that do this are passed by value!