- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 c语音题目大学生自学
功能:用"冒泡法"对连续输入的十个字符排序后按从小到大的次序 输出. ------------------------------------------------------*/ #define N 10 #include “stdio.h” #include “string.h” main( ) { int i; char str[N]; void sort(char str[N]); /ERROR/ for(i=0;i<N;i++)scanf("%c",str[i]); /ERROR
2021-06-25 19:15:28 2388
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人