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 would you find out if a linked-list is a cycle or not?
What is pure virtual function? Or what is abstract class?
How do I run c++?
What is ios class in c++?
what is a class? Explain with an example.
What is an html tag?
Why do we use double in c++?
Why do we use vector in c++?
If all is successful, what should main return a) 0 b) 1 c) void
What is the limitation of cin while taking input for character array?
Does c++ have a hash table?
Is it possible to use a new for the reallocation of pointers ?
Where are setjmp and longjmp used in c++?
How does java differ from c and c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator