Linked List CONCEPT OF LINKED LIST IN C zuk March 30, 2020 Data Structure: Linked Lists A Linked List is a set of dynamically all…
Structures and Unions CONCEPT OF STRUCTURES AND UNIONS IN C Megha Sarkar March 28, 2020 Structures & Unions STRUCTURE is a user-defined data type in C langu…
Queue CONCEPT OF QUEUE AND PROBLEM SET Nawaz2000! March 28, 2020 Data Structure: Queue Queue is an abstract data structure, somewhat simil…
Arrays CONCEPT OF ARRAY IN C isha panja March 27, 2020 Data structure: Array Array is a container which can hold a fix number o…