Tag Archives: data structure types

Types of Data Structures

Data structures are broadly classified into primitive and non-primitive data structures. The non-primitive data structure is further classified into linear and non-linear data structures. Primitive Data Structures Primitive data types or structures are predefined data types. They are supported by all programming languages. Examples are, Integer (int) – It is used to store the whole… Read More »