c語言1-3章小結

一、簡單的C語言程序舉例 1.this is a c program #include<stdio.h> //爲編譯預處理命令 int main //定義主函數,其中int表示整型 { //函數開始的標誌 printf(「this is a c program.\n」); //表示輸出語句函數,其中\n表示換行 return 0; //函數執行命令完畢時返回函數值0,其中int於return對應出
相關文章
相關標籤/搜索