Some questions on typedefs for structs and unions

  1. Declare a typedef for the car part type we used to illustrate unions.

  2. Write a declaration of a variable using the original struct type for car parts and another using the typedef type.

Answers to these questions.


Back to the notes on typedefs.