#1648. c语言7.18 字符串排序
c语言7.18 字符串排序
问题描述
字符串排序:利用字符指针数组实现对5个字符串常量从小到大的排序显示 字符指针数组为 *ps[5]={"word","excel","access","powerpoint","frontpage"};
格式
输入
无
输出
排序后的字符指针数组
样例
access excel frontpage powerpoint word
提示
数据范围、额外说明、样例说明等等
字符串排序:利用字符指针数组实现对5个字符串常量从小到大的排序显示 字符指针数组为 *ps[5]={"word","excel","access","powerpoint","frontpage"};
无
排序后的字符指针数组
access excel frontpage powerpoint word
数据范围、额外说明、样例说明等等