Data Structures is a format for the organizing, retrieving and storing the data in a memory of the computer.

Types of Data Structures

Data structure are of two types:-

  1. Primitive Data Structures
  2. Non-Primitive Data Structures
Primitive Data Structure are of four types:-
  1. Integer
  2. Float
  3. Characters
  4. Pointers
Non-Primitive Data Structure are of three kinds:-
  1. Array
  2. Lists
  3. Files
Lists are of two kinds:-
  1. Linear:- Stacks, Queues
  2. Non-Linear:-Trees, Graphs
BY Best Interview Question ON 29 Jun 2020