ICSE Class 10 Computer Applications Question 3 of 16

Library Classes — Question 3

Back to all questions
3
Question

Question 2(ii)

Define Composite data type

Answer

A composite data type is a data type which can be constructed in a program using the programming language's primitive data types. It is a collection of primitive data types. Examples of composite data types are String and Array.