计算机二级考试试题
的有关信息介绍如下:#include
typedef struct
{ int num;
char name;
}PERSON;
/**********found**********/
void fun(PERSON std[])
{
/**********found**********/
PERSON temp;
if(std.num>std.num)
{ temp=std; std=std; std=temp; }
if(std.num>std.num)
{ temp=std; std=std; std=temp; }
if(std.num>std.num)
{ temp=std; std=std; std=temp; }
}
void main()
{ PERSON std[ ]={ 5,"Zhanghu",2,"WangLi",6,"LinMin" };
int i;
/**********found**********/
fun(std);
printf("\nThe result is :\n");
for(i=0; i<3; i++)
printf("%d,%s\n",std[i].num,std[i].name);
}