怎样编写C语言的“Hello World”程序
1、打开codeblocks。

2、新建一个文档。选择file-->new-->file-->C/C++ source-->next。选择C-->next.选择存储位置-->finish



3、输入头文件:#include <stdio.h>


1、打开codeblocks。
2、新建一个文档。选择file-->new-->file-->C/C++ source-->next。选择C-->next.选择存储位置-->finish
3、输入头文件:#include <stdio.h>