標題:
我的第一支程式
[打印本頁]
作者:
李泳霖
時間:
2022-11-24 20:35
標題:
我的第一支程式
在螢幕上顯示 Hello C字樣.
#include<stdio.h> //引入 <基本輸入輸出> 標頭檔 input & output stream
#include<stdlib.h> //引入 <標準函式庫> 標頭檔 因用到了syatem("pause");
int main() //主函式
{
printf("Hello C!\n"); //cout輸出 endl換行
system("pause"); //讓畫面暫停
return 0; //回傳0到主控台,告知該程式已成功執行
}
複製代碼
作者:
李泳霖
時間:
2022-11-25 15:16
此帖僅作者可見
作者:
陳庭葳
時間:
2022-11-25 15:17
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2