What are the difference between primitive and non primitive data structure?
Answers
Answered by
1
Primitive data structure consists only of one data type. It is also called as fundamental data type
Eg: int, char
Non -primitive data structure consists of many data types.
Eg: Structure
Similar questions