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
Should the member functions which are made public in the base class be hidden?
Explain the use of virtual destructor?
What is the difference between #define debug 0 and #undef debug?
What are the unique features of C++.
What do you mean by translation unit?
What is a far pointer? where we use it?
Difference between class and structure.
What character terminates all character array strings a) b) . c) END
What is guard code in c++?
What are inline functions? What is the syntax for defining an inline function?
What is c++ and its features?
Can comments be nested?
Is java made in c++?
What is the need of a destructor?
What is problem with overriding functions?