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
Explain selection sorting. Also write an example.
What is main function in c++ with example?
Explain this pointer?
What is c++ coding?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is constructor c++?
What is the full form nasa?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
What is c++ stringstream?
What is data structure in c++?
How new/delete differs from malloc()/free?
write a programme to get a character and thier ASCII value
What is virtual base class?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Why do we need runtime polymorphism in c++?