Solutions to exercises from the book C Primer Plus by Stephen Prata.
- Chapter 3: Data and C
- Chapter 4: Character Strings and Formatted Input/Output
- Chapter 5: Operators, Expressions and Statements
- Chapter 6: C Control Statements: Looping
- Chapter 7: C Control Statements: Branching and Jumps
- Chapter 8: Character Input/Output and Input Validation
- Chapter 9: Functions
- Chapter 10: Arrays and Pointers
- Chapter 11: Character Strings and String Functions
- Chapter 12: Storage Classes, Linkage and Memory Management
- Chapter 13: File Input/Output
- Chapter 14: Structures and Other Data Forms
- Chapter 15: Bit Fiddling
- Chapter 16: The C Preprocessor and C Library
- Chapter 17: Advanced Data Representation