![](https://img2018.cnblogs.com/blog/1786363/202002/1786363-20200224122808496-1846978225.png)
Ax_Introduction
- Construction type data include array,struct,union,enum
- Array:a same data make up gather.
- Struct:deal with thing of not cope for array.
- union:with struct same,but union use whole internal storage.
- enum:suit a samll element and deal with #define side effect.