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
Can a constructor return a value?
What is a dangling pointer in c++?
What do manipulators do?
Explain the uses of static class data?
What is the default width for ouputting a long integer using the insertion operator?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Explain this pointer?
What do you understand by zombie objects in c++?
What is array in c++ example?
Explain overriding.
What is c++ hash?
Define Virtual function in C++.
Do you know what is overriding?
What is the best ide for c++?
What is c++ array?