【发布时间】:2011-01-05 03:11:31
【问题描述】:
可能的重复:
what is the difference between “int i” and “int i”?
what is the difference between const int*, const int * const, int const *
有什么区别
char* getInput();
和
char *getInput();
【问题讨论】:
-
无。而且它们不是函数指针。
-
区别在于个人喜好。