Answer Posted / kamikaze
Printf is a std lib func. It prints everything in the
Inverted commas until a format specifier or a escape
sequence is encountered.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
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
Can a built-in function be recursive?
What are the differences between java and c++?
What is std namespace in c++?
What is general form of pure virtual function? Explain?
Using a smart pointer can we iterate through a container?
What is the use of bit fields in structure declaration?
What are the two shift operators and what are their functions?
What are the effects after calling the delete this operator ?
What is a static member?
What is difference between class and structure in c++?
What is c++ namespace?
what is C++ objects?
Is recursion allowed in inline functions?
What is the difference between object-oriented programming and procedural programming?