Pointers

If you dereference a pointer to a vector data type, the standard behavior of either a load or a copy of the corresponding type is performed.

Pointer arithmetic can be used on vector data types. The result of the operation p+1 is a pointer to the next vector after the vector pointed to by p.

See Pointers in z/OS XL C/C++ Language Reference for general details.