what is importance of data sturture in a programming
language?
Answer Posted / bilal rehman
well data structure is basically a trade off between memory and speed. you have to sacrifice one thing for the efficiency of your program.
Data structures plays an important role in programming language, lets say you guys definitely use google or youtube or any social websites, in these websites if the proper data structure wouldn't have been implemented then the data you are trying to search would take you ages...
the thing i just learned from my teacher is that it changes the way of thinking of a programmer, it shortens up your difficult tasks and make it less complex..!!
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is meant by the term name mangling in c++?
What does scope resolution operator do?
What is the use of namespace std in C++?
What is runtime polymorphism in c++?
What is the disadvantage of using a macro?
What is c++ map?
What is setw manipulator in c++?
What is namespace & why it is used in c++?
What is an associative container in c++?
Why was c++ made?
What is c++ coding?
Define a constructor?
Why do we use string in c++?
Is c++ low level?
What is the function to call to turn an ascii string into a long?