Computer Science, asked by PuneetSahu3976, 4 months ago

Wrtie a program of composite data type

Answers

Answered by swathi21025
1

Answer:

In computer science, a composite data type or compound data type is any data type which can be constructed in a program using the programming language's primitive data types and other composite types. It is sometimes called a structure or aggregate data type,[1] although the latter term may also refer to arrays, lists, etc. The act of constructing a composite type is known as composition. Composite data types are often contrasted with scalar variables.

Answered by renu67634
0

Answer:

omposite data type is one whose values are composed of component values (possibly values chosen from other data types.) Example of composite data type is array. For instance, array-of-int values is a composite type, because an array-of-int value is comprised of some number of element values chosen from the int type.

I hope it is helpful for you

Similar questions