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 the function to call to turn an ascii string into a long?
Explain what you mean by a pointer.
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Explain what is class definition in c++ ?
what is scupper?
How to declare an array of pointers to integer?
What is the default access level?
Is c++ a high level language?
Can a function take variable length arguments, if yes, how?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
How can we check whether the contents of two structure variables are same or not?
Can circle be called an ellipse?
What is decltype c++?
To what does “event-driven” refer?
What is friend class in c++ with example?