Some questions on typedefs for structs and unions
- Declare a typedef for the car part type we used to illustrate unions.
-
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.