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
Program to check whether a word is a sub-string or not of a string typed
What do you understand by pure virtual function? Write about its use?
What is the advantage of an external iterator.
Can we use this pointer in a class specific, operator-overloading function for new operator?
Is c++ a low level language?
What is constructor in C++?
Do the parentheses after the type name make a difference with new?
Give 10 points of differences between C & C++.
What are friend classes? What are advantages of using friend classes?
Do you know what is overriding?
What is prototype in c++ with example?
What is c++ try block?
Differentiate between late binding and early binding. What are the advantages of early binding?
What is #include ctype h in c++?
Define private, protected and public access control.