Sample1.c. /*將文字輸出至螢幕的程式碼*/. #include <stdio.h> int main(void). { printf("歡迎來到C語言!\n"); printf("開始使用C語言吧!\n"); return 0;. }.
確定! 回上一頁