C語言學習1.0

1.C語言的基本代碼格式: 頭文件+主函數: #include<stdio.h> #include<stdlib.h> int main() {     printf("my first ");     system("color 4f");     system("pause");          return 0; } 頭文件是程序中使用的函數所在的庫名,用#include<庫名>表示,主函
相關文章
相關標籤/搜索