Computer Science, asked by T4Talent, 1 year ago

(g) Write one difference between primitive data types and composite data types.

Answers

Answered by tiara5
4

Ans. A primitive data type is not composed of other data types. Ex: int, float, double while a composite data type is composed of other data types. Ex: class
Answered by deepa772004
2
Primitive data types are basically the fundamental data types such as 1,2,3 which may be integer or character or float values. Whereas the composite data types are the user defined data types such as structures, union, etc.
Similar questions