total amount of milk produced each morning and then calculates
and outputs the number of cartons needed for this milk , the
cost of producing the milk and the profit from producing this
milk.


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

Post New Answer

More C++ General Interview Questions

What is the difference between function overloading and operator overloading?

0 Answers  


What is array give example?

0 Answers  


Is there structure in c++?

0 Answers  


How to avoid changing constant values?

2 Answers   Symphony,


Why do C++ compilers need name mangling?

3 Answers   Lucent,






Explain function overloading

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


How is c++ different from java?

0 Answers  


What is a lambda function c++?

0 Answers  


Tell me what are static member functions?

0 Answers  


why and when we can declar member fuction as a private in the class?

0 Answers  


Is set c++?

0 Answers  


Categories