CHAPTER 8
STRUCTURED DATA
Structured data is implement abstract data type using structure mechanism. I practiced the used of array of structure and pointers to structure. I worked with structure as function argument and return a structure from function. I also learned the use of enumerated data-type and union data-type.