Differentiate between the manipulator and setf( ) function?
No Answer is Posted For this Question
Be the First to Post Answer
How does class accomplish data hiding in c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is the copy-and-swap idiom?
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
What is the difference between new/delete and malloc/free?
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
Write a program which uses functions like strcmp(), strcpy()? etc
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.
Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".
2 Answers ABC, Accenture, DataLand, HCL, Webyog,
What is vector pair in c++?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.