December 2021
Beginner
840 pages
47h 29m
English
An aggregate data type is a data type composed of a combination of primitive data types. We both discuss and demonstrate in C the following four primary types of aggregate data types: arrays, records, undiscriminated union, and discriminated union.
An array is an aggregate data type indexed by integers:
A record (also referred to as a struct) is an aggregate data type indexed by strings called field names:
Records are called tuples in the Miranda family of languages, ...
Read now
Unlock full access