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
Why is null pointer used?
How a pointer differs from a reference?
What are the different types of variables in C++?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
Can we use clrscr in c++?
Explain what is oop?
What is operators in c++?
How delete [] is different from delete?
write a C++ programming using for loop: * * * * * * * * * *
What is a custom exception?
What is a manipulator in c++?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?