标签:class 账号 include 练习 src code printf 作业 分享
码云账号:744243106@qq.com
#include<stdio.h> int main() { void fun( int a[10]); int a[10]={9}; fun(a); } void fun (int a[]) { int i; int*p; p=&a[i]; for(i=0;i<=9;i++) printf("%d\n",*p); }
9 9 9 9 9 9 9 9 9 9 请按任意键继续....
总结:感觉对代码编写很不熟练,以后会多加练习。
标签:class 账号 include 练习 src code printf 作业 分享
原文地址:http://www.cnblogs.com/jirjpk/p/6666981.html