table,the,is,the,bedroom,in怎样排序
问题描述:
table,the,is,the,bedroom,in怎样排序
答
你不说清楚用什么语言,升序还是降序.就当你是C语言了,用一个库函数吧,strcmp.
int Sort(char *p)
{
char *word[] = {table,the,is,the,bedroom,in};
char **p;
int i;
for(i=0;i