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
What is the difference between function overloading and operator overloading?
What is array give example?
Is there structure in c++?
How to avoid changing constant values?
Why do C++ compilers need name mangling?
Explain function overloading
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.
How is c++ different from java?
What is a lambda function c++?
Tell me what are static member functions?
why and when we can declar member fuction as a private in the class?
Is set c++?