what is importance of data sturture in a programming
language?
Answer Posted / leena
in data structure we make our own structure.
Some of the commonly and frequently used data structures
are Stack, Queue, linked List. etc
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data type in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is the difference between function overloading and operator overloading?
What do you mean by function and operator overloading in c++?
What is a buffer c++?
How do you save a c++ program?
Define basic type of variable used for a different condition in C++?
Is string an object in c++?
Why should we use null or zero in a program?
What is the best c++ ide?
Why is the function main() special?
What do the keywords volatile and mean mutable?
Which is not a valid keyword a) public b) protected c) guarded
What does namespace mean in c++?
Is it possible to use a new for the reallocation of pointers ?