search:ascii code相關網頁資料

      • www.programmer-club.com.tw
        printf("The ASCII code for '%c' is %d\n", ch[n], (int)ch[n]); } } 〔執行結果1 〕 Enter some string: abc The ASCII code for 'a' is 97 The ASCII code for 'b' is 98 The ASCII code for 'c' is 99 〔執行結果2 ...
        瀏覽:1294