Explain primitive and non-primitive data structure
There are two types of data structure: Primitive data Structure Non-Primitive data Structure Primitive data structure Primitive data structures are the fundamental data structures. It can be operated directly on the data and machine instructions. It is also know as basic data structure. Primitive data structures are defined by the programming languages, or we can … Read more