The C Programming Language: Difference between revisions

Content deleted Content added
No edit summary
Influence: Call it by its name.
Line 65:
{{blockquote|We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form.|preface to the second edition<ref name="k&r2e">{{cite book |last1= Kernighan |first1= Brian |author-link1= Brian Kernighan |last2= Ritchie |first2= Dennis M. |author-link2= Dennis Ritchie |title= The C Programming Language |edition= 2nd |publisher= [[Prentice Hall]] |date= March 1988 |___location= [[Englewood Cliffs, NJ]] |url= https://archive.org/details/cprogramminglang00bria |isbn= 0-13-110362-8 }}</ref>}}
[[File:Hello World Brian Kernighan 1974.jpg|thumb|"Hello, World!" program by Brian Kernighan (1978)]]
The book introduced the "[["Hello, World!" program|Hello, World!]]" program, which prints only the text "hello, world", as an illustration of a minimal working C program. Since then, many texts have followed that convention for introducing a programming language.
 
Before the advent of [[ANSI C]], the first edition of the text served as the ''de facto'' standard of the language for writers of C compilers. With the standardization of ANSI C, the authors more consciously wrote the second edition for programmers rather than compiler writers, saying