C语言基础自学总结之四指针
C语言基础自学总结之四:指针指针是一个变量一 指针变量、类型例子1:指针类型#include <stdio.h>int __in(void){ int a; int *p=&a; /