惊恐1.写出函数指针,函数返回指针,const指针,指向const的指针,指向const的const指针。

void (*f)()

void * f()

int * const

const int *

const int * const 

惊恐以下的数据声明都代表什么?


posted on 2017-08-10 12:29  lxjshuju  阅读(93)  评论(0编辑  收藏  举报