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
How can you link a c++ program to c functions?
What does return 0 do in c++?
What is a catch statement?
Explain abstraction.
How long it will take to learn c++?
What is a driver program?
How would you differentiate between a pre and post increment operators while overloading?
Write about an iterator class?
What is a c++ class?
Is c++ the most powerful language?
What's c++ used for?
How can I learn c++ easily?
What is the arrow operator in c++?
What is the array and initializing arrays in c++?
How do I exit turbo c++?