Composite data type

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>GhostInTheMachine at 17:51, 19 June 2025 (Adding local short description: "Programming language construct", overriding Wikidata description "any data type which can be constructed in a program using the programming language's primitive data types and other composite types"). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description Script error: No such module "Unsubst". 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.[1]

See also

References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".

Template:Data types