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 oops in c++?
What is the exit function in c++?
Who discovered c++?
What are the three forms of cin.get() and what are their differences?
Is linux written in c or c++?
How delete [] is different from delete?
Does a derived class inherit or doesn't inherit?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
What is time h in c++? Will this c++ program execute or not? What is the header file for setw? Explain public, protected, private in c++? Are there any special rules about inlining? Why is c++ difficult? What is switch case in c++ syntax?