Skip to content

Programming by Design

If you're not prepared to be wrong, you'll never come up with anything original. – Sir Ken Robinson

  • About
  • Java-PbD
  • C-PbD
  • ASM-PbD
  • Algorithms
  • Other

Chapter 8 – Structures, Enumerations and Unions

Posted on August 11, 2019May 10, 2023 By William Jojo
C book

(Updated May 9, 2023)

Table of contents

    Overview
    Structures
    Enumerations
    Unions
    typedef
    Quiz
    Exercises

Overview

As C is a primitive system-level language, it makes sense that you will have practically nothing but primitive tools. From there, you can create so much more. The details in this chapter delve into the preparation for dealing with more extensive data structures.


Structures


Enumerations


Unions


typedef


quiz


Exercises

Post navigation

❮ Previous Post: Chapter 7 – Arrays and Pointers
Next Post: Chapter 9 – Recursion ❯

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Copyright © 2018 – 2025 Programming by Design.