题目内容:
有以下函数#include <sthio.h><sthio.h>
Viodexch(int *t[])
{t[i]=t[i+5];}
{intx[10]={1,2,3,4,5,6,7,8,9,10},i=0;
While(i<=4){exch(&x[i]);’’i++;}
for(i=0;i<5;i++)printf(“%d”,x[i]);
printf(“\n”);
}
程序运行输出结果是( )。 A. 246810
B. 13579
C. 12345
D. 678910
参考答案:
答案解析: