what is importance of data sturture in a programming
language?
Answer Posted / rajesh prasad sarkar
Data sturcture is the logical representation and
organization of data in the main memroy.Which is used to
organize data in such a way that the insertion
,deletion,searhing i.e manipulation of data is done with
minimal complexity , and that gives a efficiet performance
of our computing.
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
What are structures and unions?
What are the rules about using an underscore in a c++ identifier?
What is c++ map?
Write a program using display() function which takes two arguments.
What is type of 'this' pointer? Explain when it is get created?
In a function declaration, what does extern mean?
Is c++ the hardest language?
Comment on c++ standard exceptions?
Is there any difference between int [] a and int a [] in c++?
What methods can be overridden in java?
Is multimap sorted c++?
How does c++ sort work?
Explain the use of vtable.
Does there exist any other function which can be used to convert an integer or a float to a string?
Write a program to interchange 2 variables without using the third one.