文件名称:arrayoutput
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 谭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
将若干字符串按字母顺序 利用指针(由小到大)输出 (禁止调用系统string相关函数)
input: ddcc
aabbcc
bbccaa
output: aabbcc
bbccaa
-the number of strings in alphabetical order using pointers (small to large) output (Prohibition call the system string correlation function) the input: ddcc and aabbcc, bbccaa output: and aabbcc, bbccaa ddcc
(系统自动生成,下载前可以参看下载内容)
下载文件列表
arrayput.c