Structures
摘要
In this chapter, we explain structure data type. Structures are used to write more professional C codes. It may be difficult to write C programs only using primary data types such as int, float, and double for some applications. However, using structures these programs can be written in a more systematic and easier manner. Structures can be considered as boxes or bundles holding a number of variables belonging to the same or different data types.