#include<stdio.h>
創(chuàng)新互聯(lián)公司專注于羅甸網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠(chéng)為您提供羅甸營(yíng)銷型網(wǎng)站建設(shè),羅甸網(wǎng)站制作、羅甸網(wǎng)頁(yè)設(shè)計(jì)、羅甸網(wǎng)站官網(wǎng)定制、成都微信小程序服務(wù),打造羅甸網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供羅甸網(wǎng)站排名全網(wǎng)營(yíng)銷落地服務(wù)。
void fun(int a[], int n){
int i,j,temp;
for(i = 0,j = n-1; i < j; i ++,j --){// 交換時(shí) i< j即可完成
temp = a[i];
a[i] = a[j];//
a[j] = temp;
}
for(j = 0;j < n; j++){
printf("%d",a[j]);
}
}
int main(void){
int a[] = {1,2,3,4,5,6,7,8,9};
fun(a,9);
return 0;
}
網(wǎng)站欄目:數(shù)組逆置
網(wǎng)頁(yè)網(wǎng)址:http://muchs.cn/article22/pgdpcc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站設(shè)計(jì)公司、定制網(wǎng)站、小程序開發(fā)、搜索引擎優(yōu)化、微信公眾號(hào)、面包屑導(dǎo)航
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)