Definition
pointer : *
Purpose
A pointer describes a variable holding a memory address. The base type describes what type of data is held at the given address. Pointers and arrays are somewhat interchangeable. However, a pointer with the strict attribute cannot be used as an array.