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
What is constructor c++?
What is c++ hash?
How does java differ from c and c++?
What is pointer to array in c++?
How can you link a c++ program to c functions?
Can a constructor return a value?
How to give an alternate name to a namespace?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Is it possible to write a c++ template to check for a function's existence?
why is c++ called oops? Explain
What is string in c++ programming?
What is guard code in c++?
What is constant in c++ with example?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Why are pointers not used in c++?