c 语言的编程格式,010 c语言的编程格式(010 C language programming format).doc

010 c语言的编程格式(010 C language programming format)

Programming format for C language

C programs usually use lower case letters, while in some macro definitions, the constant names are in uppercase letters, or some special variables are occasionally expressed in capitals. In the C language, case letters are considered as two variables.

There is no concept of program line in C language. You can have any number of statements in the line, as long as each statement ends with a semicolon. Multiple statements can also be expanded in parentheses to form a composite sentence. But in general, in order to make the hierarchy clear, one line only writes a statement, and the compound statement is written in a different line in turn.

1, C language program structure features

A C program usually consists of a preprocessing statement, such as #include, it said in the compiled language, modified preprocessor statements replaced by specified file, the file name is usually with the suffix.H documents. A compilation, it will read from disk and insert into statement preprocessor original. The pretreatment included file statements are specified (header files) instead.

The header file is a macro definition statement calling function and some of the functions used in symbolic constants in the program. Such as in the program often invoke some standard library functions, the system provides the corresponding header files, some of the content of them is the function description and the function symbols used. Macro definition, such as fgets () provided in the stdio.h header, then head file contains the function description of fgets ():

Char *fgets (char, *s, int, N, FILE, *stream)

The definition of symbolic constants:

#define NULL 0

Of course, there are other standard I/O functions, macros, and so on. Users can also build their own header files and start with include at the beginning of the program:

"#include" file name"

Note that the "" symbol, and it differs from the #include< file name

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值