Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Does c++ vector allocate memory?

942


What is linked list in c++?

1085


What are guid? Why does com need guids?

1009


Which is most difficult programming language?

1029


What is runtime errors c++?

1065


What is the difference between structure and class?

1159


What are exceptions c++?

991


What are maps in c++?

903


What is a namespace in c++?

1913


What is c++ programming language?

1050


What is the purpose of templates in c++?

987


Does dev c++ support c++ 11?

963


Is map thread safe c++?

1022


How can an improvement in the quality of software be done by try/catch/throw?

1003


Write a function that swaps the values of two integers, using int* as the argument type?

966