摘要:
#include<stdio.h>int*test(int*b);int*array;intmain(){inta=1,c;int*temp;temp=test(&a);for(c=0;c<a;c++){printf("temp[%d]=%d\n",c,temp[c]);}getch();}int*test(int*b){inta;for(a=0;a<10;a++)... 阅读全文
posted @ 2009-06-30 09:30
ylclass
阅读(1523)
评论(1)
推荐(0)

浙公网安备 33010602011771号