[單項(xiàng)選擇題] 有以下程序: #include <stdio.h> void fun(int *s, int n1, int n2) int i,j,t;
2021-07-20
[單項(xiàng)選擇題] 有以下程序:
#include <stdio.h>
void fun(int *s, int n1, int n2)
int i,j,t;
i=n1; j=n2;
while(i<j)t=s[i];s[i]=s[j];s[j]=t;i++;j--;
main()
int a[10]=( 1,2,3,4,5,6,7,8,9,0),k;
fun(a,0,3); fun(a,4,9); fun(a,0,9);
for (k=0; k<10; k++) printf("%d", a[k]); printf("");
程序的運(yùn)行結(jié)果是( )。
A.0987654321
B.4321098765
C.5678901234
D.0987651234
正確答案:C
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。