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
Can I create my own functions in c++?
What is the use of endl?
How do I use arrays in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Does c++ cost money?
What is a stack c++?
Is c++ low level?
Does c++ have arraylist?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is ostream in c++?
Does c++ support multilevel and multiple inheritances?
In a function declaration what does extern means?
Explain friend class?
What do you mean by function and operator overloading in c++?
What is the use of register keyword with the variables?