C language was introduced by denis rich.At first it has many problems .Later due to advancement in technology the problemswere rectified.To use "Data structures" we must have tharow knowledge of Clanguage because most of the data structures depend on pointers&structures in clangauge .So with out the knowledge of this topics we can not perform data structures .
BRIEF NOTES ON THIS TOPICS:
pointer is nothing but a variable that handles the address of another variable so,by using this concept we can allocate memory dynamically in data structures which will reduce wasteage of memory.coming to structures, we canot perform data structure with out this.Mostly we use self referential structures in data structures<again in selef referential structure we use the concepts of pointer s>.Self referential structure is nothing but astructure in which same structure type pointer is declared as member.
This just a point in data structures.So when we go deply in to this we have toknow many concepts of Clanguage.