What is ctime c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer in c++ with example?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Why is c++ still popular?
List the special characteristics of constructor.
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
What is #include iostream in c++?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Write a recursive program to calculate factorial in c++.
Why do we use string in c++?
What is the header file for setw?
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
Which operator can not be overloaded in C++?