摘要: 1、为什么printf之后数组的值会改变? #include const int N=8;int * Zigzag(){ int i=0,j=0,limit=0; int count=0; int cross=0; int a[N][N]; int (*p)[N]=a; for(cross=0;cross=0;i--) { ... 阅读全文
posted @ 2014-03-30 20:38 yexuannan 阅读(585) 评论(0) 推荐(0)