Archive for data structues quetsions in c language
You are browsing the archives of data structues quetsions in c language.
You are browsing the archives of data structues quetsions in c language.
1.What is data structure?
A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of data..
2. List out the areas in which data structures are applied extensively?
Compiler [...]
Data Structure - Exam Oriented Material
Must Read Before Examination
1. What is data structure?
A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of [...]