- 1、本文档共12页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
010 C语言的编程格式(外国英文资料)
010 C语言的编程格式
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 find a different path. The former
您可能关注的文档
- 001人工挖土施工工艺(外国英文资料).doc
- .NET分层结构(外国英文资料).doc
- 0-模拟电子技术基础课绪论(外国英文资料).doc
- 03建筑设计标准规范(外国英文资料).doc
- (新课标)现代文阅读答题模式详解(外国英文资料).doc
- --华安盛道管理网 如何在单件装配企业推行精益生产(外国英文资料).doc
- 04相关模拟(外国英文资料).doc
- 05二注构造与电气真题(外国英文资料).doc
- 08-09乒乓球初级试卷---复习卷D(外国英文资料).doc
- 08-09电路试卷A答案(外国英文资料).doc
- 新高考生物二轮复习讲练测第6讲 遗传的分子基础(检测) (原卷版).docx
- 新高考生物二轮复习讲练测第12讲 生物与环境(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第3讲 酶和ATP(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第9讲 神经调节与体液调节(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第11讲 植物生命活动的调节(讲练)(原卷版).docx
- 新高考生物二轮复习讲练测第8讲 生物的变异、育种与进化(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第5讲 细胞的分裂、分化、衰老和死亡(讲练)(原卷版).docx
- 新高考生物二轮复习讲练测第5讲 细胞的分裂、分化、衰老和死亡(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第12讲 生物与环境(讲练)(原卷版).docx
- 新高考生物二轮复习讲练测第11讲 植物生命活动的调节(检测)(原卷版).docx
文档评论(0)