Part 1: C Fundamentals
We are going to start right away writing simple programs as we explore the fundamentals of not only C but also general programming.
This part contains the following chapters:
- Chapter 1, Running Hello, World
- Chapter 2, Understanding Program Structure
- Chapter 3, Working with Basic Data Types
- Chapter 4, Using Variables and Assignments
- Chapter 5, Exploring Operators and Expressions
- Chapter 6, Exploring Conditional Program Flow
- Chapter 7, Exploring Loops and Iterations
- Chapter 8, Creating and Using Enumerations