what is importance of data sturture in a programming
language?

Answer Posted / rajesh pal

data structure is a logical and mathmatical representation
of memory by which we can utilize our memory. the data
structure is also help in storing and searching data
frequentily.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic structure of a c++ program?

630


What is a buffer c++?

598


What is the difference between structures and unions?

592


What is pointer to array in c++?

630


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

668






Do you know the use of vtable?

652


Are c and c++ similar?

594


What is the rule of three?

580


Write a program to find the Fibonacci series recursively.

621


What do you mean by translation unit?

611


What is const pointer and const reference?

609


What is the full form of dos?

577


How do you compile the source code with your compiler?

628


What is c++ library?

605


True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

1877