c语言如何打印010,010 C语言的编程格式(010 C programming format).doc

C语言的编程格式通常使用小写字母,但在宏定义中常量名用大写。一行中可以包含任意数量的语句,每个语句以分号结束。为了清晰,一般每行只写一条语句,复合语句另起一行。C程序通常包括预处理语句,如#include,用于引入头文件,头文件包含函数声明、宏定义等。预处理语句在编译时会被替换。例如头文件中定义了fgets()函数和NULL符号常量。
摘要由CSDN通过智能技术生成

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

010 C语言的编程格式(010 C 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 > is to

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值