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
what is pre-processor in C++?
What are compilers in c++?
How do we implement inheritance in c++?
What is size_type?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is function prototyping?
What is a template in c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Is c++ a difficult language?
What is null pointer and void pointer and what is their use?
Define what is constructor?
What is the basic difference between C and C++?
What is lvalue?
How the delete operator differs from the delete[]operator?
What is type of 'this' pointer?