C语言实现继指针排序代码
代码语言:c
所属分类:其他
代码描述:C语言实现继指针排序代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
#include <stdio.h>
#include <stdlib.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
void swap(int *a,int *b){//2个指针作为形参 a->a b->b
.........完整代码请登录后点击上方下载按钮下载查看











网友评论0