Are c and c++ similar?
No Answer is Posted For this Question
Be the First to Post Answer
What are c++ manipulators?
why and when we can declar member fuction as a private in the class?
What is an arraylist c++?
Ask to write virtual base class code?
What is the use of seekg in c++?
Write a note about the virtual member function?
What are the 4 types of library?
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 the use of setprecision in c++?
How a pointer differs from a reference?
what is c++
Do the parentheses after the type name make a difference with new?