what is importance of data sturture in a programming
language?
Answer Posted / mohamed idris
data sturcture is used to established how data can be
proformed in the program
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is math h in c++?
How does a C++ structure differ from a C++ class?
What is & in c++ function?
What is the advantage of an external iterator.
How do we balance an AVL Tree in C++?
Comment on c++ standard exceptions?
What is iostream in c++ used for?
Why should we use null or zero in a program?
What return value must conversion operators have in their declaration?
What is expression parser in c++
What does catch(…) mean?
Why do we use using namespace std in c++?
Explain what are the sizes and ranges of the basic c++ data types?
Is there any difference between int [] a and int a [] in c++?
Explain differences between alloc() and free()?