What is the difference between non primitive data types, primitive data types and composite and non composite data types?
Answers
Answered by
0
hiheckpublish poddarpraveen008@gimal using gazpacho Pickwick
Answered by
0
Answer:
Primitive data types are the data types, which are independent of any other type. These types are also called Basic Data Types.
Non-primitive data types are basically defined as derived data types. The method of storing non-primitive type data is different from primitive type data. They are also called reference data types.
A composite data type or compound data type can be defined as a data type which can be constructed in a program using the programming language's primitive data types and other composite types.
A non-composite data type can be defined as a data type which cannot be constructed in a program using the programming language's primitive data types and other composite types.
Similar questions