Product type
From Coderwiki
More actions
A product type is a user-defined data type which combines other types together. It contains multiple fields which individually store values.
Product type examples
The main example of a product type is the 'struct' data structure.