Skip to main content

Data Structures in C

 Data Structures

data structure is a particular way of organizing data in a computer so that it can be used effectively.

Here are list of all data structures present in C language :-

  • Array
  • Linked list
  • Stack
  • Queue
  • Binary Tree
  • Binary Search Tree
  • Heap
  • Hashing
  • Graph 
  • Matrix
  • Misc
These are some basic data structures present in C. Don't stop learning read all these articles to know more.



Comments