若输入this test terminal,以下程序的输出结果为:terminal test this。请填空。   #define MAXLINE 20   【 】   { int i;    char * pstr[3],str[3][M

admin2009-04-15  32

问题 若输入this test terminal,以下程序的输出结果为:terminal test this。请填空。

  #define MAXLINE 20

  【  】

  {  int i;

   char * pstr[3],str[3][MAXLINE];

   for(i=0;i<3;+ +)pstr=str

   for(i=0;i<3;i + +)scanf("%s",pstr[1]);

   sort(pstr);

   for(i=0;i<3;i+ +)prntf("%s",pstr);

   }

   sort(【  】 )

   char * pstr[3];

   {int i,j;

   char * p;

   for(i=0;i<3;i+ +)

   for(j=i + 1;j<3;j + +)

   if(strcmp(* (pstr+i,* (pstr+j)>0

   {p=* (pstr + i);

   * (pstr + i=【  】 ;

   * (pstr +j)=p;

   }

选项

答案main( ) pstr * (pstr+j)

解析
转载请注明原文地址:https://kaotiyun.com/show/7aXp777K
0

最新回复(0)