2018年8月29日

【c学习-14】

摘要: /*练习*/ #include int testFeiunction(b[],n){ b[1]=1; n=10; } int main(){ int a[10]={1,2,3,4,5}; int n=10; testFeiunction(a,n); printf("%d,%d",a[1],n); } 阅读全文

posted @ 2018-08-29 17:18 activecode 阅读(162) 评论(0) 推荐(0)

导航