Answer Posted / amits tiwari bit mesra ranchi
actually data structure is explaining the structure of the
data that mean how can u organized,store,and done the
operations on the data.language is something different that
is used to interprete the employ and inplement the logic
of data structure to solve any large complex problems with
efficient memory utilization.
suppaose u take the example of linked list that allocates
memory dyanamically and provides the facility of
adding ,inserting, deletintg,retrieving,traversing
searching,sorting and various representation to utilize
memory efficient sloutions of the complex problems. and the
language is used to implement it.
| Is This Answer Correct ? | 44 Yes | 6 No |
Post New Answer View All Answers
What is the use of sorting?
What is hash value of a string?
What is unhashable type list?
How many types of data structure are there?
What are the applications of linked list?
What is impact of signed numbers on the memory?
Is a hash table a map?
What are linked list?
Does treemap allow null values?
Why is hashmap used?
What is the use of hashtable?
How would you use bsearch() function to search a name stored in array of pointers to string?
What is linked list in data structure?
How many types of arrays are there?
Is bubble sort faster than selection sort?