返回指针值的函数 #include main(){ float score[][4]={60,70,80,90,56,89,67,88,34,78,90,66}; float *search(float (*pointer)[4],int n); float *p; int i,m; printf("enter the number of student:"); scanf( 源 程 序 2023-11-29 41 点赞 0 评论 62 浏览