Composite data type

Revision as of 10:46, 3 February 2025 by imported>Murray Langton (→‎top: link to Record (computer science))
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:More citations needed In computer science, a composite data type or compound data type is a data type that consists of programming language scalar data types and other composite types that may be heterogeneous and hierarchical in nature. It is sometimes called a structure or a record or by a language-specific keyword used to define one such as struct. It falls into the aggregate type classification which includes homogenous collections such as the array and list.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

See alsoEdit

ReferencesEdit

Template:Reflist

Template:Data types