> 其他 >
table,the,is,the,bedroom,in怎样排序
人气:110 ℃ 时间:2020-01-29 17:01:49
解答
你不说清楚用什么语言,升序还是降序.就当你是C语言了,用一个库函数吧,strcmp.
int Sort(char *p)
{
char *word[] = {table,the,is,the,bedroom,in};
char **p;
int i;
for(i=0;i
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版