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


Please Help Members By Posting Answers For Below Questions

Explain the extern storage classes in c++.

548


What is the difference between C and CPP?

624


Write about an iterator class?

608


How many different levels of pointers are there?

652


What is the size of a vector?

575






What is a list c++?

570


What is the use of turbo c++?

551


What are friend classes? What are advantages of using friend classes?

603


What is token c++?

574


How the delete operator differs from the delete[]operator?

639


What is implicit conversion/coercion in c++?

648


What is difference between class and structure in c++?

619


What is the use of dot in c++?

618


What is the difference between an array and a list?

584


Define macro.

585