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,
20 days ago
Hindi,
20 days ago
Math,
1 month ago
Math,
1 month ago
Computer Science,
9 months ago