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


Please Help Members By Posting Answers For Below Questions

What is c++ vb?

606


What is pointer to member?

597


What is the difference between the functions rand(), random(), srand() and randomize()?

727


What is singleton pattern in c++?

544


What are the four main data types?

580






What is a syntax in c++?

603


What is a catch statement?

579


What is an arraylist c++?

685


Is java based off c++?

527


What is the difference between #import and #include?

543


What is virtual destructor? What is its use?

573


What should main() return in c and c++?

524


Describe the process of creation and destruction of a derived class object?

636


what are the events occur in intr activated on interrupt vector table

1176


Difference between pointer to constant vs. Pointer constant

578