what is importance of data sturture in a programming
language?
Answer Posted / simrat
Data Structure is logical and mathematical model to store
data So there are basic benefits of data structures:
The memory space is properly used.It helps in data
protection and management.
When we use the data structures in a code then for any new
person it is easy to tell and make him understand the
code,because there is some prescribed method is used So it
enhance the code readability and code reusability.
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 ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the benefit of learning c++?
Which one between if-else and switch is more efficient?
How do you establish a has-a relationship?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Which field is used in c++?
Difference between overloaded functions and overridden functions
When must you use a pointer rather than a reference?
Why do we need templates?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is c++ good for?
Can we run c program in turbo c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Define linked lists with the help of an example.
What are the five basic elements of a c++ program?
How do you differentiate between overloading the prefix and postfix increments?