what is importance of data sturture in a programming
language?
Answer Posted / disha
Data structure is an organisation of data in which data can
be organised in many different ways
... logical
... mathematical
Is This Answer Correct ? | 27 Yes | 12 No |
Post New Answer View All Answers
What are arrays c++?
What is the output of the following program? Why?
What is the role of static keyword for a class member variable?
What is constructor and destructor in c++?
What is the purpose of extern storage specifier?
Define private, protected and public access control.
What return value must conversion operators have in their declaration?
What is a unnitialised pointer?
Why do we use classes in c++?
Why cstdlib is used in c++?
What is the basic structure of a c++ program?
What is #include iostream?
What is the use of "new" operator?
How many different levels of pointers are there?
What is the use of endl in c++ give an example?