what is importance of data sturture in a programming
language?
Answer Posted / arnab kumar mandal
Data structure is logical & mathematical modelling of data. The main objectives are
1.How to store data
2.How to access them
3.How to modify them
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of copy constructor?
What is encapsulation in c++?
What is the default width for ouputting a long integer using the insertion operator?
What is pure virtual function? Or what is abstract class?
How is objective c different from c++?
What is meant by iomanip in c++?
What do you mean by vtable and vptr in c++?
What is c++ redistributable?
What is a sequence in c++?
How would you use the functions memcpy(), memset(), memmove()?
How do you master coding?
Can we use struct in c++?
Can union be self referenced?
Explain data encapsulation?
Is swift a good first language?