what is importance of data sturture in a programming
language?

Answer Posted / zubeir

Data structure is nothing but a way to organize and
manipulate any given set of data in a specific and reusable
format/structure hence simplifying the manipulation of data.

Some of the commonly and frequently used data structures
are Stack, Queue, List, Set, e.t.c. But this list is not
limited to what we see here, rather we can invent our own
as long as there is a definite structure and better
efficiency by using it than work with raw data.

Is This Answer Correct ?    55 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are c and c++ similar?

592


What is == in programming?

618


How do you show the declaration of a virtual constructor?

534


Is atoi safe?

603


What are the uses of c++ in the real world?

566






What are the new features that iso/ansi c++ has added to original c++ specifications?

588


What is c++ virtual inheritance?

599


Is recursion allowed in inline functions?

612


Explain about templates of C++.

680


Why is the function main() special?

630


What is a manipulator in c++?

717


Should I learn c or c++ or c#?

559


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

593


Who made c++?

615


Write a program to find the Factorial of a number

576