一、源代码及其运行效果 源代码: #include <stdio.h> //包含标准输入输出头文件 int main(void) //主函数 { //函数体开始符号 printf("Hello World\n"); //标准格式输出 return 0