C语言入门用C语言编写helloword
1、打开codeblock开发环境,进入首页面,进入准备工作。


3、编写代码:编写代码首先要写头文件,否则会出现不能识别的错误。如果主函数为voi蟠校盯昂d而不是int,return 0 可不写。#include<stdio.h>int main(){ printf("hello word!\n"); return 0;}
4、程序运行:点击右上角的运行按钮,程序编译完成。

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:41
阅读量:85
阅读量:32
阅读量:23
阅读量:84