# include
# include
Void reverse(char*p)
{
int len=str len(p);
char * right=p len-1;
While(right=p)
{
Printf('%c ',* right);
right-;
}
}
Int main()
{
Char * str=' sddfcd
reverse(str);
}//版權(quán)所有。BinaryEarth。
按相反順序打印
1.《C語言----逆序打印》援引自互聯(lián)網(wǎng),旨在傳遞更多網(wǎng)絡(luò)信息知識,僅代表作者本人觀點(diǎn),與本網(wǎng)站無關(guān),侵刪請聯(lián)系頁腳下方聯(lián)系方式。
2.《C語言----逆序打印》僅供讀者參考,本網(wǎng)站未對該內(nèi)容進(jìn)行證實(shí),對其原創(chuàng)性、真實(shí)性、完整性、及時性不作任何保證。
3.文章轉(zhuǎn)載時請保留本站內(nèi)容來源地址,http://f99ss.com/why/3135760.html