Chapter 1¶
- Section 1.1 Getting Started
- Exercise 1.1 - testing hello, world
- Section 1.2 Variables and Arithmetic Expressions
- Section 1.3 The for statement
- Exercise 1.3 - Temperature Convertor
- Section 1.4 Symbolic Constants
- Exercise 1.4 - Temperature Convertor
- Section 1.5.1 File Copying
- Section 1.5.2 Character Counting
- Section 1.5.2 Character Counting2
- Section 1.5.3 Line Counting
- Section 1.5.4 Word Counting
- Section 1.5 Character Input and Output
- Exercise 1.5 - Temperature Convertor in Reverse
- Section 1.6 Arrays
- Exercise 1.6 - Verify the value of EOF
- Section 1.7 Functions
- Exercise 1.7 - Value of EOF
- Exercise 1.8 - Count blanks, tabs and newlines
- Section 1.9 Character Arrays
- Exercise 1.9 - Replace Continous blanks with a single blank
- Section 1.10 External Variables and Scope
- Exercise 1.10 - Explicit Tabs, Backslash and Backspaces
- Exercise 1.11 - Test Word count program
- Exercise 1.13.2 - Vertical Histogram
- Exercise 1.13 - Horizontal Histogram
- Exercise 1.14 - Histogram of Frequency of Characters
- Exercise 1.15 - Temperature Convertor using function call
- Exercise 1.16 - Print length of arbitrary long input line
- Exercise 1.17 - Print lines that are longer than 80 chars
- Exercise 1.18 - Remove trailing blanks and tabs
- Exercise 1.19 - reverse a string
- Exercise 1.20 - detab, replaces tabs with spaces
- Exercise 1.21 - entab, replaces spaces with tabs
- Exercise 1.22 - fold long lines
- Exercise 1.23 - Remove comments from a C program
- Exercise 1.24 - Check rudimentary Syntax Errors in a C Program