C語言系列----C程序頭文件及主程序分析

#include <stdio.h> #include 「filename.h」 //引入本身所創建的頭文件 void func(void); //輸出一個提示語 int main(void) { func(); //調用func函數 printf(「hello,world!\n」); return 0; } void func(void) { printf(「the outputing of w
相關文章
相關標籤/搜索