what is importance of data sturture in a programming
language?
Answer Posted / vitts
which is provides the mechanism of storing the data in
different ways. this optimizes searching and memory
usage. for example when searching is to be faster
datastructure of type linear type is used. if memory
utilization is more importance then lists data structure
used
Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
What is the array and initializing arrays in c++?
What is the purpose of template?
Explain how an exception handler is defined and invoked in a Program.
What is lvalue?
What is the role of copy constructor in copying of thrown objects?
Describe the advantage of an external iterator.
What is ostream in c++?
What are the advantages of early binding?
what is COPY CONSTRUCTOR and what is it used for?
What are the data types in c++?
What are the advantages of using a pointer?
What do manipulators do?
What are vtable and vptr?
What is the extension of c++?
What is auto used for in c++?