pointer.
这里是copy来的对指针的描述。
A pointer holds the address
of another object, allowing for the indirect manipulation of that object. Typical uses of pointers are the
creation of linked data structures such as trees and lists, the management of objects dynamically allocated
during program execution, and as a function parameter type primarily for passing in arrays and large class
objects.
pointer variable