摘要:
🍑 C语言实验专栏 填空题 1. 指针+排序 +数组 输入 n=5 30 85 12 77 6 输出 6 12 30 77 85 🤠 代码 #include<stdio.h> #define N 10 void sort(int *x,int n)// *x 是 数组 a 的地址 { int i 阅读全文
🍑 C语言实验专栏 填空题 1. 指针+排序 +数组 输入 n=5 30 85 12 77 6 输出 6 12 30 77 85 🤠 代码 #include<stdio.h> #define N 10 void sort(int *x,int n)// *x 是 数组 a 的地址 { int i 阅读全文
posted @ 2023-04-16 16:59
兑生
阅读(116)
评论(0)
推荐(0)

浙公网安备 33010602011771号