怎样编写C语言的“Hello World”程序

2024-10-12 02:08:59

1、打开codeblocks。

怎样编写C语言的“Hello World”程序

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

怎样编写C语言的“Hello World”程序怎样编写C语言的“Hello World”程序怎样编写C语言的“Hello World”程序

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

怎样编写C语言的“Hello World”程序怎样编写C语言的“Hello World”程序
猜你喜欢