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 you overload the operator+ for short integers?
What is the insertion operator and what does it do?
Explain differences between new() and delete()?
Explain terminate() function?
Define a nested class. Explain how it can be useful.
What is a float in c++?
what are the types of Member Functions?
Explain function overloading
Explain the differences between private, public and protected and give examples.
What is a class template?
What is else syntax in c++?
Is there a sort function in c++?
What is the difference between an array and a list?
Which is the best c++ software?
How does a C++ structure differ from a C++ class?