what is importance of data sturture in a programming
language?
Answer Posted / rajesh pal
data structure is a logical and mathmatical representation
of memory by which we can utilize our memory. the data
structure is also help in storing and searching data
frequentily.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what are function pointers?
What is cin clear () in c++?
By using c++ with an example describe linked list?
What is lazy initialization in c++?
Is multimap sorted c++?
Where is atoi defined?
Why do we use double in c++?
Define a conversion constructor?
What is input operator in c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
How we can differentiate between a pre and post increment operators during overloading?
What is the main purpose of overloading operators?
What is data hiding c++?
What are the uses of static class data?
In the derived class, which data member of the base class are visible?