what is importance of data sturture in a programming
language?
Answer Posted / ponnusamy
data structure saving the memory space rather than the
normal program ..and to organise the memory space in the
computer ....
Is This Answer Correct ? | 17 Yes | 14 No |
Post New Answer View All Answers
Define friend function.
What is a linked list in c++?
What is difference between malloc()/free() and new/delete?
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
How to declare a function pointer?
What is c++ array?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is array give example?
what are Access specifiers in C++ class? What are the types?
How would perform Pattern Matching in C++?
Explain the static storage classes in c++.
What is a flag in c++?
What is a dangling pointer in c++?
What is setw manipulator in c++?
What is ios :: in in c++?