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
Define anonymous class.
Is string data type in c++?
Explain the scope of resolution operator.
Describe the advantages of operator overloading?
What c++ library is string in?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What does asterisk mean in c++?
Explain virtual class and friend class.
How to access a variable of the structure?
What is the purpose of extern storage specifier?
What are files in c++?
What is lambda expression c++?
Is there any difference between int [] a and int a [] in c++?
Can I run c program in turbo c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?