Answer Posted / reshma
Bjarne Stroustrup
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is cin clear () in c++?
What is endl c++?
What is fixed in c++?
Is linux written in c or c++?
What is the syntax for a for loop?
What is the difference between #import and #include?
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
Explain the difference between struct and class in terms of access modifier.
Name the debugging methods that are used to solve problems?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Explain the benefits of proper inheritance.
Define macro.
What is a local variable?
What is a .h file c++?
Which is better c++ or java?