Compound Data Types in C
Compound data types are created from primitive data types and provides a different way to use them according to our needs. This section of C tutorial teaches you about the compound data types and how to efficiently organize and process real world data.
- C Arrays
- Pointer in C
- C Strings
- Quiz: Array | Pointers | Strings
- Structures
- Unions
- Enumeration (or enum)
- Quiz: Structure & Union