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
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is the cout in c++?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
When does a 'this' pointer get created?
What is ifstream c++?
What is the use of register keyword with the variables?
What is the most useful programming language?
What does it mean to declare a member function as static?
What is the use of turbo c++?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Which compiler does turbo c++ use?
What is operators in c++?
What do manipulators do?
What is enum c++?