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

What is the purpose of extern storage specifier?

837


Explain the difference between new() and malloc() in c++?

850


What is difference between c++ and c ++ 14?

777


How compile and run c++ program in turbo c++?

852


What will happen if a pointer is deleted twice?

940


What are compilers in c++?

839


Write about the stack unwinding?

840


When you overload member functions, in what ways must they differ?

792


What does extern mean in a function declaration in c++?

931


What do you mean by persistent and non persistent objects?

1060


How do c++ struct differs from the c++ class?

844


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2245


Why is "using namespace std;" considered bad practice?

852


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1734


What are the various oops concepts in c++?

799