What are keywords in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why is polymorphism useful?
A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.
What is c++ best used for?
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
What is a container class? What are the types of container classes?
Define pure virtual function?
Is there anything you can do in C++ that you cannot do in C?
Explain overriding.
What are the steps in the development cycle?
What is the use of data hiding?
What are stacks?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.