what is importance of data sturture in a programming
language?
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to get the source code back from binary file?
What is rvalue?
What does n mean in c++?
Can we get the value of ios format flags?
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's c++ used for?
What is the use of default constructor?
Write about the members that a derived class can add?
What is the best book for c++ beginners?
What is binary object model?
What is data abstraction? How is it different from data encapsulation?
What is iostream in c++ used for?
What is the function to call to turn an ascii string into a long?
What is fflush c++?
Do you know the problem with overriding functions?