what is importance of data sturture in a programming
language?
Answer Posted / neha khurana
Data structures play a central role in modern computer
science. Data structure enables an efficient storage of
data for an easy access. It enables to represent the
inherent relationship of the data in the real world. It
enables an efficient processing of data. It helps in data
protection and management.
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
Why c++ is so important?
How do you define/declare constants in c++?
Which compiler does turbo c++ use?
What is a c++ class?
What do you understand by a pure virtual member function?
Write a program which uses functions like strcmp(), strcpy()? etc
Why do we need runtime polymorphism in c++?
What is auto used for in c++?
Which is the best c++ compiler for beginners?
Is c++ pass by reference or value?
What is the insertion operator and what does it do?
Do vectors start at 0 c++?
Write about the local class and mention its use?
How do I make turbo c++ full screen?
Explain selection sorting?