Data structure in C

Data structure in C:– C support a rich set of derived and user define data type.Data structures are used to store data in a computer in an organized form. In C Programming Language Different types of data structures are; Array, Stack, Queue, Linked List, Tree. In term of computer programming language, a data structure may … Read more