题目内容
funl函数的调用语句为funl(&a,&b,&c);。它将3个整数按由大到小的JI匣序调整后依次放入a,b,c三个变量中,a中放最大数,请填空。 void fun2(int *x,int *y) { int t; t=*x;*x;*y;*y=t; } void funl(int *pa,int *pb,int *pc) { if(*pc>*pb) fun2(【 】); if(*pa<*pc) fun2(【 】); if(*pa<*pb) fun2(【 】); }
查看答案
搜索结果不匹配?点我反馈