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 is c++ hiding?
What are single and multiple inheritances in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Difference between class and structure.
What is late binding c++?
What is private, public and protected inheritance?
What is constructor in C++?
What are static member functions?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
How the delete operator differs from the delete[]operator?
What methods can be overridden in java?
To what does “event-driven” refer?
How can an improvement in the quality of software be done by try/catch/throw?
What is a manipulator in c++?
What is this weird colon-member (" : ") syntax in the constructor?