C Programming
By Guy Lecky-ThompsonLesson 6: User Defined Data
Introduction
There are times when the programmer will wish to store information that is not part of the usual set of built-in data types. We call these user-defined types and they extend the possibilities of data manipulation considerably. They do, however, bring their own complications.