Explain how we implement exception handling in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is private inheritance?

0 Answers  


Which is the best c++ compiler?

0 Answers  


What is array give example?

0 Answers  


What is the full form of ios?

0 Answers  


Why can templates only be implemented in the header file?

0 Answers  






How can you say that a template is better than a base class?

0 Answers  


What is do..while loops structure?

0 Answers  


what is C++ objects?

0 Answers  


What is class and structure in c++?

0 Answers  


What is the use of bit fields in structure declaration?

0 Answers  


How to implement flags?

2 Answers   Symphony,


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.

2 Answers  


Categories