What are different types of loops in c++?


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

Post New Answer

More C++ General Interview Questions

What are the static members and static member functions?

1 Answers  


What is copy constructor? Can we make copy constructor private in c++?

0 Answers  


Which should be more useful: the protected and public virtuals?

0 Answers  


What do you understand by pure virtual function? Write about its use?

0 Answers  


What is the difference between public, private, protected inheritance?

12 Answers   Wipro,






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  


How can I learn dev c++ programming?

0 Answers  


When the design recommends static functions?

2 Answers   Symphony,


What is singleton class in c++?

0 Answers  


Is c++ a low level language?

0 Answers  


Difference between pointer to constant and constant pointer to a constant. Give example.

0 Answers   HAL,


what is static function

2 Answers   Patni,


Categories