- 1、本文档共11页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
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 #includestdio.h, 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
您可能关注的文档
- 岩石基本物理力学性质和其试验方法.doc
- 循环式和直热式空气能热泵.doc
- 岩石圈和地表形态教学反思.doc
- 岩石坚固性系数.doc
- 岩石组成教学设计.doc
- 岩石组成是地球物质.doc
- 岩土工程相关国际期刊.doc
- 岩石是一种或多种矿物集合体.doc
- 忆古轩雕刻篇——虚实相间透雕艺术.doc
- 影楼照片著作权和肖像权问题.doc
- 10#钢板(10# steel plate).doc
- 10.圆明园的控诉——品德与社会渗透法制教育课(10. Old Summer Palace accusation - moral and social infiltration of law education).doc
- 10道压得住场面的素菜(10 yadeizhu scene vegetable dish).doc
- 09年黑龙江类比推理(09 years of analogical reasoning in Heilongjiang).doc
- 10法国古典建筑(10 French classical architecture).doc
- 10种获取免费流量的可观方法(10 impressive ways to get free traffic).doc
- 10天记忆中学阅读出现频率较高的1000单词及400条易混淆词组(10 days of memory, high school reading frequency of 1000 words and 400 easily confused phrases).doc
- 11.4物体的内能热量(The internal heat of 11.4 bodies).doc
- 11.6 《能量的转化和守恒》教案(11.6, energy conversion and conservation lesson plan).doc
- 11华东油气储运专业课大纲(11 East China oil and gas storage and transportation professional courses outline).doc
文档评论(0)