Solutions to The Book of C 1st Edition can be found on their respective chapter pages listed below.
- Introduction to Programming
- Variables and Data Types
- Operators
- Reading User Input Into Variables
- Flowcharts
- Making Decisions – if-else
- More Decisions, Mastering if-else
- Switch Case
- Data Types – The Sequel
- Operators Revisited
- Loops
- Functions
- Preprocessing and Macros
- Arrays
- Pointers
- Strings
- Dynamic Memory Allocation
- User Defined Data Types
- Bit By Bit
- Files
- The Rest Of It