Answer Posted / prashanth c patel
inline function are recursive.
Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What are the benefits of operator overloading?
What is the use of main function in c++?
What is size_type?
What is the latest c++ standard?
what is c++
How come you find out if a linked-list is a cycle or not?
Why c++ is the best language?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is the difference between delegation and implemented-in-terms-of?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What are the extraction and insertion operators in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is a block in c++?
Explain the uses of static class data?
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