what is importance of data sturture in a programming
language?
Answers were Sorted based on User's Feedback
Answer / rajesh pal
data structure is a logical and mathmatical representation
of memory by which we can utilize our memory. the data
structure is also help in storing and searching data
frequentily.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ponnusamy
data structure saving the memory space rather than the
normal program ..and to organise the memory space in the
computer ....
| Is This Answer Correct ? | 17 Yes | 14 No |
Answer / arnab kumar mandal
Data structure is logical & mathematical modelling of data. The main objectives are
1.How to store data
2.How to access them
3.How to modify them
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mohamed idris
data sturcture is used to established how data can be
proformed in the program
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mukade7ling
A data structure consists of data elements according to a
logical connection to organize.
On the logical relationship between the data elements
described as data logical structure,
Data stored in a computer, to within the data storage
structure of data structure is the realization form, is in
the computer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shruti
data structures are abstractions we use to manage large
amounts of information and the relationships different
pieces of information have with each other. sometimes we
use data to allow us to do more. data structure also
provide guarantees about algorithmic complexity, coosing an
appropriate data structure for a job is crucial to writing
good software.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / namal perera
explain how importance and the use of data sturtures effect
the development of software industry?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / parul
data structure is a set of data of same data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / leena
in data structure we make our own structure.
Some of the commonly and frequently used data structures
are Stack, Queue, linked List. etc
| Is This Answer Correct ? | 0 Yes | 0 No |
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is array give example?
How would you use qsort() function to sort an array of structures?
program to print this triangle * * * * * *
What c++ library is string in?
What are vtable and vptr?
Is c++ still in demand?
Explain about Virtual Function in C++?
What is a hashmap c++?
What is the most common mistake on c++ and oo projects?
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
what is oops and list its features in c++?