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
Distinguish between new and malloc and delete and free().
What is a type library?
Explain bubble sorting.
What is lambda in c++?
What are the benefits of pointers?
What are the rules about using an underscore in a c++ identifier?
What are keywords in c++?
What is the difference between prefix and postfix versions of operator++()?
In the derived class, which data member of the base class are visible?
What is iomanip c++?
Explain "const" reference arguments in function?
What are the vectors in c++?
Define a nested class.
Is c++ a dying language?
What is a sequence in c++?