例如:#include 'stdio.h"
void main()
{ int a,b;
int * pointer_1, * pointer_2;
.......省略
根据上面不难看出*是定义指针的一个标志。
回到顶部