#includestdio.h
成都創(chuàng)新互聯(lián)公司主要從事網(wǎng)頁設(shè)計、PC網(wǎng)站建設(shè)(電腦版網(wǎng)站建設(shè))、wap網(wǎng)站建設(shè)(手機版網(wǎng)站建設(shè))、響應(yīng)式網(wǎng)站設(shè)計、程序開發(fā)、網(wǎng)站優(yōu)化、微網(wǎng)站、微信小程序等,憑借多年來在互聯(lián)網(wǎng)的打拼,我們在互聯(lián)網(wǎng)網(wǎng)站建設(shè)行業(yè)積累了豐富的成都網(wǎng)站設(shè)計、成都網(wǎng)站建設(shè)、網(wǎng)站設(shè)計、網(wǎng)絡(luò)營銷經(jīng)驗,集策劃、開發(fā)、設(shè)計、營銷、管理等多方位專業(yè)化運作于一體。
#includestring.h
void revert(char* s)
{
int len = strlen(s), i;
char t;
for(i=0;ilen/2;i++){
t = s[i];
s[i] = s[len-1-i];
s[len-1-i] = t;
}
}
c語言判斷回文數(shù)方法:生成逆向數(shù),判斷與原數(shù)是否相同,相同則是,不同則不是。
參考代碼:
#include?stdio.h
void?main()
{
int?x=1,?y,t;
printf("input?n:?");?scanf("%d",?x?);?//輸入數(shù)據(jù)
y=0;
t=x;?//保存下原數(shù)
do?{
y=y*10+t%10;
t/=10;
}?while(t);?//原數(shù)逆序
if?(?y==x?)
printf("yes!\n");
else
printf("no!\n");
}
#includestdio.h
#includestring.h
int?main()
{
void?oppose(char?string[]);//
//int?i;
char?str[20];//
printf("please?enter?a?string:\n");
//for(i=0;i=19;i++)
gets(str);//
oppose(str);
//for(i=0;i=19;i++)
puts(str);//
return?0;
}
void?oppose(char?string[20])
{
char?*p=string,*q=string+strlen(string)-1,t;
while(pq)
{
t=*p;
*p=*q;
*q=t;
p++;
q--;
}
}
網(wǎng)頁標(biāo)題:c語言revert函數(shù) c語言中reverse怎么用
分享地址:http://vcdvsql.cn/article20/dosdpco.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供電子商務(wù)、網(wǎng)站維護(hù)、營銷型網(wǎng)站建設(shè)、企業(yè)建站、服務(wù)器托管、App設(shè)計
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)