函数指针: void (*f) () 函数返回指针:void * f() const指针: const int * 指向const 的指针:int * const 指向const的const指针:const int * const