指针学习1

来源:互联网 发布:东方财富通mac 编辑:程序博客网 时间:2024/05/29 07:21

函数指针:void (*pfunc)();

函数返回指针:void *func();

const指针:const int*

指向const的指针:int *const

指向const的const指针:const int* const


0 0
原创粉丝点击