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


Please Help Members By Posting Answers For Below Questions

Explain what are mutator methods in c++?

572


What are smart pointers?

672


How can I improve my c++ skills?

563


What are friend classes?

617


How new/delete differs from malloc()/free?

620






Is c++ harder than java?

572


What is the advantage of c++ over c?

566


How the endl and setw manipulator works?

560


Mention the purpose of istream class?

625


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

634


Mention the ways in which parameterized can be invoked. Give an example of each.

576


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

640


What is abstraction in c++?

684


How static variables and local variablesare similar and dissimilar?

567


What is oop in c++?

601