1 / 238
文档名称:

Prentice Hall - The ANSI C Programming Language 2nd ed. by Brian W. Kernighan and Dennis M. Ritchie.pdf

格式:pdf   页数:238
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Prentice Hall - The ANSI C Programming Language 2nd ed. by Brian W. Kernighan and Dennis M. Ritchie.pdf

上传人:bolee65 2014/3/9 文件大小:0 KB

下载得到文件列表

Prentice Hall - The ANSI C Programming Language 2nd ed. by Brian W. Kernighan and Dennis M. Ritchie.pdf

文档介绍

文档介绍:1
2

Preface........................................................................................................................................ 6
Preface to the first edition .......................................................................................................... 8
Chapter 1 - A Tutorial Introduction ........................................................................................... 9
Getting Started.................................................................................................................. 9
Variables and Arithmetic Expressions ........................................................................... 11
The for statement............................................................................................................ 16
Symbolic Constants........................................................................................................ 17
Character Input and Output............................................................................................ 18
File Copying............................................................................................................ 18
Character Counting ................................................................................................. 20
Line Counting.......................................................................................................... 21
Word Counting........................................................................................................ 22
Arrays............................................................................................................................. 23
Functions ........................................................................................................................ 25
Arguments - Call by Value.........................................................................