指针提供了与具体机器无关的地址算术运算。
指针可以执行函数吗?
T * variable
T* variable
T *variable
$$ pointer = \&(*pointer)
$$
&
&arr[1]
arr[1]
*
*arr
arr[0]