当前位置:首页 » 无从下手 - 第1页

04月09日

任意输入n位整数从小到大排序输出(动态数组指针结合实现)_未名野草、的博客

发布 : zsy861 | 分类 : 《随便一记》 | 评论 : 0 | 浏览 : 262次
任意输入n位整数从小到大排序输出(动态数组指针结合实现)_未名野草、的博客

    来自一个c语言初学者突发奇想解决的一个困惑蛮久的简单问题代码如下:#include<stdio.h>#include<stdlib.h>voidsort(int*a,intL);intmain(){intlen;inti;int*pArr;printf("Pleaseinputthearraylength:\n");scanf("%d",&len);pArr=(int*)malloc(sizeof(int)*len);//分配字节,构造动态一维数组pr

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1