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

Are there interfaces in c++?

567


Name the debugging methods that are used to solve problems?

589


Why do we use string in c++?

518


Is c++ a good first language to learn?

584


What do you mean by function pointer?

605






write a programme to get a character and thier ASCII value

2602


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

624


What is set in c++?

664


What is struct c++?

577


What do you mean by storage classes?

811


Why can’t you call invariants() as the first line of your constructor?

568


To what does “event-driven” refer?

617


What is overloading unary operator?

614


What is c++ virtual inheritance?

602


What is array in c++ pdf?

560