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
What does new return if there is insufficient memory to make your new object?
Explain the differences between list x; & list x();.
Explain this pointer?
How to declare an array of pointers to integer?
What is the use of lambda in c++?
which operator is used for performing an exponential operation a) > b) ^ c) none
What is a forward referencing and when should it be used?
What happens when you make call 'delete this;'?
What is lazy initialization in c++?
Is sorted c++?
Is main a class in c++?
How does atoi function work?
Can you please explain the difference between overloading and overriding?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What causes a runtime error c++?