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
Explain public, protected, private in c++?
Can you pass a vector to a function?
Why do we learn c++?
Can non graphic characters be used and processed in C++?
Can we define a constructor as virtual in c++?
Explain terminate() and unexpected() function?
Explain stack unwinding.
What is a dynamic binding in c++?
Please explain the reference variable in c++?
Define a constructor - what it is and how it might be called (2 methods)?
What is singleton class in c++?
What size is allocated to the union variable?
Is java a c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is the use of seekg in c++?