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


Please Help Members By Posting Answers For Below Questions

How do you remove an element from a set in c++?

578


What is a vector c++?

548


Describe public access specifiers?

579


Which coding certification is best?

568


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

5895






What is a catch statement?

579


What is an undefined reference/unresolved external symbol error and how do I fix it?

593


Write a function that swaps the values of two integers, using int* as the argument type?

602


What is a c++ vector?

589


Can non-public members of another instance of the class be retrieved by the method of the same class?

608


What is the difference between *p++ and (*p)++ ?

774


What is the difference between the functions rand(), random(), srand() and randomize()?

727


What is the hardest coding language to learn?

598


We use library functions in the program, in what form they are provided to the program?

594


What are the two main components of c++?

588