Computer Science, asked by suchetatiwari450, 7 days ago

Give two examples of composite data types​

Answers

Answered by arnabdutta63
1

Answer:

A composite 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. int a[ ] = {1,2,3,4,5};

Answered by sitac9205
0

Explanation:

Composite data types are a combination of primitives and other data types. They include arrays, lists, and collections

Similar questions