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
What is an adaptor class or wrapper class in c++?
What are files in c++?
What do manipulators do?
Mention the storage classes in c++.
Can we use this pointer inside static member function?
What is class in c++ with example?
How do you save a c++ program?
What is an orthogonal base class in c++?
Can you use the function fprintf() to display the output on the screen?
What is the benefit of learning c++?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is the real purpose of class – to export data?
What programming language should I learn first?
What is the c++ programming language used for?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?