安装开发工具: Dev-C++ 编写第一个C程序: hello.c 讲解hello.c #include<stdio.h>: 包含标准输入输出头文件 main(): 主函数 printf(""): 输出函数