How do I use arrays in c++?
No Answer is Posted For this Question
Be the First to Post Answer
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 one would use switch in a program?
How do you clear a set in c++?
What is c++ programming language?
What is a dangling pointer?
When should we use multiple inheritance?
Difference between const char* p and char const* p?
Is there any problem with the following: char *a=NULL; char& p = *a;?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Why can templates only be implemented in the header file?
Why do C++ compilers need name mangling?