C-Programming 系列第3 篇 ... C語言中所有的變數都必須在使用前預先宣告 ... #include <stdio.h> int main() { char word = 'A'; printf("%c", word); return 0; } ...
確定! 回上一頁