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 do you mean by delegate? Can a user retain delegates?
Define a pdb file.
What is a class template in c++?
Explain one-definition rule (odr).
Is c++ vector dynamic?
How do you clear a set in c++?
What is binary search in c++?
Explain how overloading takes place in c++?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is the difference between a type-specific template friend class and a general template friend class?
Why do we need runtime polymorphism in c++?
What is fflush c++?
What is a manipulative person?
What does new return if there is insufficient memory to make your new object?
If all is successful, what should main return a) 0 b) 1 c) void