实验5_C语言指针应用编程
摘要:
1.1找出数组a[N]中的最大最小值,并通过指针传递给主函数中的min和max变量;指向min和max #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_ 阅读全文
posted @ 2024-12-09 00:31 蝶火丶梦萤 阅读(3) 评论(0) 推荐(0) 编辑