一個簡單的程式,由一個main 函式的定義所構成。 程式會從呼叫main 開始一直到回傳main 結束。 #include <stdio.h> int main() { return 0; }.
確定! 回上一頁