摘要: 1形参不写数组元素个数, 实参传递数组首地址 改变形参内容,实参随之改变 2 #include<stdio.h> #include"stdio.h" 双引号为自己定义的,尖括号为系统的 3 int change(int a,int b) { return 0; } 这就是一个函数,交换俩个数 c=c 阅读全文
posted @ 2016-02-18 17:57 YD帅宰 阅读(97) 评论(0) 推荐(0)