Let us learn C in Code <0>

本文介绍了C语言的基础概念,并通过编写第一个简单的C程序来帮助初学者理解程序的基本结构。文章详细解释了main()函数的作用及其语法结构。

In program, C just is a language, this language is really like the language in our society used to communicate with other gays, so C language 's purposes are used to communicate with ur PC or embedded device .Now just suppose you want ur computer to show u the local time ,what should u do? what commands u sent to ur PC?

There are so many languages in ur society, all most every language has unique word, then sentences ,then article. Just as the above question, in our society , u ask a man the time."Excuse me, what's the time?", the other gay may see his watch or phone then told u "12:35" , then u said "Thank you!". Let's the normal process of communication.In  computer or embedded world are the same.

Now let start code in C. Firstly, let us code  the simplest program as below.


main()

{


}


What 's this program used for? Actually ,It did nothing, just enter the program then go out. main() is a function ,every C program must have  one main() function.The  program execution begins at the opening brace "{" and ends at the closing braces "}".


Time limited , next article let us code a more complex program based on  this  simplest program.


All programs are executed through A OPEN SOURCE IDE NAMED Code::Blocks u can download from  http://www.codeblocks.org/  and I used vision is 12.11.


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值