close
Blogtrottr
Yahoo!奇摩知識+ - 分類問答 - 電腦網路 - 發問中
Yahoo!奇摩知識+ - 分類問答 - 電腦網路 - 發問中 
回文程式(文字與數字都能處理),成為句子變化程式。
Mar 18th 2015, 17:59

問問大大們,這讓我想好久
用C語言寫的
要輸入: this is a book
輸出: book a is this
目前副涵式好像有問題
原來先把分割好的單字 存在陣列 然後用for迴圈相反的印出來,但一職失敗
有誰知道作法嗎??本人打的
#include
#include

void ggwp(const char* const n1);
int main(void)
{
int n1,n2,n3;
char string[100];
char *tokenPtr;

printf("請輸入任何字元:\n");
fgets( string,100,stdin);

tokenPtr=strtok(string,"");

while(tokenPtr!=NULL){
printf("%s\n",tokenPtr);
tokenPtr=strtok(NULL,"\n");
}

system("pause");
}

This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 nbv14tiaw18li 的頭像
    nbv14tiaw18li

    進擊的巨人14, 進擊的巨人線上看, 進擊的巨人漫畫, 進擊的巨人遊戲, 進擊的巨人 動畫, 進擊的巨人 線上漫畫, 進擊的巨人14線上看, 進擊的巨人13, 進擊的巨人 h, 進擊的巨人op

    nbv14tiaw18li 發表在 痞客邦 留言(0) 人氣()