In this section, we're going to jump into writing simple programs as we explore the fundamentals of not only C but general programming.
This section comprises the following chapters:
- Chapter 1, Running Hello, World!
- Chapter 2, Understanding Program Structures
- Chapter 3, Working with Basic Data Types
- Chapter 4, Using Variables and Assignment
- Chapter 5, Exploring Operators and Expressions
- Chapter 6, Exploring Conditional Program Flow
- Chapter 7, Exploring Loops and Iteration
- Chapter 8, Creating and Using Enumerations