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 the need of data structure

Answers were Sorted based on User's Feedback



what is the need of data structure ..

Answer / amits tiwari bit mesra ranchi

actually data structure is explaining the structure of the
data that mean how can u organized,store,and done the
operations on the data.language is something different that
is used to interprete the employ and inplement the logic
of data structure to solve any large complex problems with
efficient memory utilization.
suppaose u take the example of linked list that allocates
memory dyanamically and provides the facility of
adding ,inserting, deletintg,retrieving,traversing
searching,sorting and various representation to utilize
memory efficient sloutions of the complex problems. and the
language is used to implement it.

Is This Answer Correct ?    44 Yes 6 No

what is the need of data structure ..

Answer / varun

Data Structure is all about organizing and managing data.
Now this data can be Raw, Programmed, Temp. etc. The most
important point that we must note here is that by creating
data structures, we try to solve our complex problem in way
analogous to nature's way of handling things. We try to
create rules we have already seen and then exploit it like
we do in real world. A simple example is the rule of chain
that is analogous to Link List. Its a choice of ease to
compute i a controlled manner.

Is This Answer Correct ?    24 Yes 6 No

what is the need of data structure ..

Answer / shipra katare

Data Structure is about organizing and managing data in
the memory. It basically deal with memory management i.e
the way of storing data in memory.The data can be Raw
facts

Is This Answer Correct ?    19 Yes 2 No

what is the need of data structure ..

Answer / rajasekharreddy

without data structure there is no language.Because using
data structure we can design the OS and every memory storage
can be done bu using data structures.
finally the need of data structure is we can perform
analysis on huge amount of data in a simplified way.

Is This Answer Correct ?    23 Yes 16 No

what is the need of data structure ..

Answer / mohammed adnan

dara structue is organizing data in a efficient manner,if we want to retriew some complex data we can use data stucute......actually data structure is explaining the structure of the
data that mean how can u organized,store,and done the
operations on the data.language is something different that
is used to interprete the employ and inplement the logic
of data structure to solve any large complex problems with
efficient memory utilization.

Is This Answer Correct ?    6 Yes 5 No

what is the need of data structure ..

Answer / m.sahitya

Data structure is a method used to store data in computer so that it can be used efficiently...

Is This Answer Correct ?    6 Yes 6 No

what is the need of data structure ..

Answer / d.balakrishnan

Data Structure is ways to store data, search data, and
retrieve it. It use is to optimize data storage and the
ability to access it. It include things like list and trees.
So, basically some data structures are better for certain
kinds of data. In that it allows you to pull data quicker
faster. Algorithms are based on there speed to access the data.

Is This Answer Correct ?    3 Yes 3 No

what is the need of data structure ..

Answer / purwa nehete

data structure is the best method for organizing data because
specific data structure are essential ingredient of many efficient programs that possible to manage huge amount of data.

Is This Answer Correct ?    1 Yes 1 No

what is the need of data structure ..

Answer / www.golu_puja3

if we can learn about large amount of information the
concept of data structure is used

Is This Answer Correct ?    16 Yes 18 No

what is the need of data structure ..

Answer / preethi

we can implement c_ programs

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Data Structures Interview Questions

How do you find the time complexity of a bubble sort?

0 Answers  


State the merit of linked representation of binary trees?

0 Answers  


In what order the elements of a hashset are retrieved?

0 Answers  


If you have to store one lakh objects, what will be a better option- a hash map or an array list?

0 Answers   DELL,


in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)

0 Answers  


How many sorting techniques are there?

0 Answers  


Can you list out the areas in which data structures are applied extensively?

0 Answers   TCS,


Is hashset thread safe?

0 Answers  


Which is better selection or bubble sort?

0 Answers  


Can treemap have duplicate values?

0 Answers  


Differentiate null and void?

0 Answers  


Why set will not allow duplicates?

0 Answers  


Categories