Phases of storing and handling data
 
  Phases of storing and handling data   This post is all about the different way of storing the data .data is the most important part of any organization and today the whole IT industry is working for this. most of the times we are spending our time in storing updating and accessing this data. So here the step by step ways of handling data is given.   In the beginning of time we are using arrays as a means of storage of data but because of its limitations we switch on to the next concept but it has also some limitations so we move on to the next concept which is queues and then  linked lists.            Arrays  Stack          Queues  Linked list                         Array             Stack      Queu      Link   list         Concept:      an   array is a data structure used to process multiple elements with the same   data type when a number of such elements are...