摘要: 今天复习之数组即字符串相关知识,贴几个小练习,体会一下数组细节知识点: 1.冒泡排序 #include <stdio.h> #define N 10 int main(int argc, const char *argv[]){ int i,j; int arr[N],tep; printf("pl 阅读全文
posted @ 2019-07-02 21:48 灰机12321 阅读(176) 评论(0) 推荐(0)