Define data structure and also write down the difference between primitive data structure and non-primitive data
Answers
Answered by
0
Answer:
Primitive data are only single value, they have not special capabilities. The example of primitive data type are given byte, short, int, long, float, double etc. non primitive data type, A non primitive data type is something else such as an array structure or class is known as non primitive data type.
Hope its help.
Similar questions