Computer Science / CS 0360 · Atom · ~20 seconds
The Composite Type
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
State
A composite data type consists of multiple primitive types as building blocks — the array being the strict case: same type throughout, uniform element length, indexed from zero.
Show
A gradebook column of thirty scores is one array: thirty same-shaped cells, numbered from zero.
Watch for
Zero-indexing is convention with teeth.