Posts

CLASSIFICATION OF DATA STRUCTURE

Image
DATA STRUCTURE:        Data Structure can be defined as the group of data elements which providing efficient way of storing and organizing data in a computer. Classification of Data Structure, Data Structures are normally divided into two broad categories: (1)  Primitive Data Structures (2)  Non-Primitive Data Structures Classification of Data Structure What is Primitive Data Structures? These are basic structures and are directly operated upon by the machine instructions. These to general have different representations on different computers, Integer, Floating point numbers, character-constants, string constants, pointers, etc. Example of Primitive Data Structures with explanation Float Integer Character Pointer What is Float? Float: When you listen to float in the data structure, the first thing which comes in mind, what is mean of float? if you don’t know, let’s explain me, Float is a tern in a data structure which is used in the various programming lang...