這裡先用一個簡單範例講解C 程式(program) 的基本概念 #include <stdio.h> int main(void) { char name[20]; printf("請輸入你的暱稱: "); scanf("%s", name); ...
確定! 回上一頁