- 博客(1)
- 收藏
- 关注
原创 C语言,冒泡法,用指向数组的指针变量对10个数进行升序排序。
#C语言,冒泡法,用指向数组的指针变量对10个数进行升序排序。 #include<stdio.h> int main() { int a[10],*p; int i,t; printf("input 10 numbers:\n"); for(p=a;p<a+10;p++) scanf("%d",p); printf("\n"); for(i=0;i<9;i++) for...
2020-01-05 14:10:04 3915 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人