Give two examples of composite data types
Answers
Answered by
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
0
Explanation:
Composite data types are a combination of primitives and other data types. They include arrays, lists, and collections
Similar questions
Math,
3 days ago
Psychology,
3 days ago
Geography,
3 days ago
Math,
7 days ago
Math,
7 days ago
Computer Science,
8 months ago