至於下面的程式可以印出A 到Z 及它們的ASCII 碼值:. #include <stdio.h>. void main(). {. char c;. for(c='A'; c<='Z'; c++). printf("%c %d\n", c, c);. } 二、字串.
確定! 回上一頁