0. Computer Science as a Career Path 1
1. Overview of Computers and Programming 13
2. Overview of C 45
3. Top-Down Design with Functions 107
4. Selection Structures: if and switch Statements 173
5. Repetition and Loop Statements 235
6. Pointers and Modular Programming 315
7. Array Pointers 375
8. Strings 453
9. Recursion 517
10. Structure and Union Types 567
11. Text and Binary File Pointers 623
12. Programming in the Large 659
13. Pointers and Dynamic Data Structures 699
14. Multiprocessing Using Processes and Threads (Online at www.pearsonhighered.com/irc)
15. On to C++ (Online at www.pearsonhighered.com/irc )
Appendices
A More about Pointers A-1
B ANSI C Standard Libraries B-1
C C Operators C-1
D Character Sets D-1
E ANSI C Reserved Words E-1