Types of Data Structure * Primitive data structures * Non-primitive data structures Primitive Data Structures Primitive Data Structures are the basic data structures that straightforwardly work upon the machine instructions.They have various representations on different computers. The term "data type" and " primitive data type " are commonly used interchangeably. This data types are predetermined types of data, which are supported by the programming language. For example, integer, character, float, string and pointer are all primitive data types. Programmers can utilize these data types when they creating variables in their programs. For example, a programmer may create a variable called "lastname" and define it as a string data type. The variable will then store data as a string of characters. Types of Primitive Data Structure - * Integer. * Float. * Char * Pointer Integer - An