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
How is computer programming useful in real life?
Why is c++ still popular?
Who invented turbo c++?
What is expression parser in c++
Show the declaration for a static member variable.
How can you create a virtual copy constructor?
If I is an integer variable, which is faster ++i or i++?
Mention the storage classes in c++.
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Why do you use the namespace feature?
Is c++ harder than java?
What is c++ 11 and c++ 14?
What are the important differences between c++ and java?
When does a 'this' pointer get created?
What is a node class in c++?