what is importance of data sturture in a programming
language?

Answer Posted / rajesh prasad sarkar

Data sturcture is the logical representation and
organization of data in the main memroy.Which is used to
organize data in such a way that the insertion
,deletion,searhing i.e manipulation of data is done with
minimal complexity , and that gives a efficiet performance
of our computing.

Is This Answer Correct ?    34 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

1003


What do you mean by enumerated data type?

570


What is a constant reference?

614


Why are pointers used?

578


What is a string example?

545






What is token c++?

574


What is atoi?

538


What is the array and initializing arrays in c++?

504


Can non graphic characters be used and processed in C++?

699


Difference between pointer to constant vs. Pointer constant

578


How do you flush a buffer in c++?

598


Is swift a good first language?

586


Which sort does c++ use?

576


What are the 2 main types of data structures?

584


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

614