What is the difference between primitive and non primitive data structures
In : BCA Subject : OOPS and Data StructuresA primitive data structure is generally a basic structure that is usually built into the language, such as an integer, an array or a linked-list.
A non-primitive data structure is built out of primitive data structures linked together in meaningful ways, such as a binary search tree, AVL Tree, Hashtable, etc.