what is importance of data sturture in a programming
language?
Answer Posted / simrat
Data Structure is logical and mathematical model to store
data So there are basic benefits of data structures:
The memory space is properly used.It helps in data
protection and management.
When we use the data structures in a code then for any new
person it is easy to tell and make him understand the
code,because there is some prescribed method is used So it
enhance the code readability and code reusability.
Which is used to
organize data in such a way that the insertion
,deletion,searhing i.e manipulation of data is done with
minimal complexity , and that gives a efficiet performance
of our computing.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the difference between while and do while loop? Explain with examples.
What is the difference between mutex and binary semaphore?
Why do we need constructors in c++?
How is new() different from malloc()?
How is c++ used in the real world?
Write a program which employs Recursion
Where is atoi defined?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Is std :: string immutable?
Specify some guidelines that should be followed while overloading operators?
In a function declaration, what does extern mean?
What is a static member?
What is DlgProc?
What is flush programming?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.