The C Programming Language

Start from the beginning
                                        

4.11.1 File Inclusion.......................................................................................................75

4.11.2 Macro Substitution..............................................................................................75

3

4.11.3 Conditional Inclusion..........................................................................................77

Chapter 5 - Pointers and Arrays.............................................................................................78

5.1 Pointers and Addresses................................................................................................78

5.2 Pointers and Function Arguments.................................................................................79

5.3 Pointers and Arrays......................................................................................................81

5.4 Address Arithmetic......................................................................................................84

5.5 Character Pointers and Functions.................................................................................87

5.6 Pointer Arrays; Pointers to Pointers.............................................................................89

5.7 Multi-dimensional Arrays.............................................................................................92

5.8 Initialization of Pointer Arrays.....................................................................................93

5.9 Pointers vs. Multi-dimensional Arrays..........................................................................94

5.10 Command-line Arguments..........................................................................................95

5.11 Pointers to Functions.................................................................................................98

5.12 Complicated Declarations.........................................................................................100

Chapter 6 - Structures..........................................................................................................105

6.1 Basics of Structures...................................................................................................105

6.2 Structures and Functions............................................................................................107

6.3 Arrays of Structures...................................................................................................109

6.4 Pointers to Structures.................................................................................................112

6.5 Self-referential Structures...........................................................................................113

6.6 Table Lookup............................................................................................................117

6.7 Typedef......................................................................................................................119

6.8 Unions.......................................................................................................................120

6.9 Bit-fields....................................................................................................................121

Chapter 7 - Input and Output...............................................................................................124

You've reached the end of published parts.

⏰ Last updated: Jun 20, 2011 ⏰

Add this story to your Library to get notified about new parts!

The C Programming LanguageWhere stories live. Discover now