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

Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


Please post the model question paper of hal?

2 Answers  


what kind of projects are suitable for c and c++

0 Answers  


What is a template in c++?

1 Answers  


C is to C++ as 1 is to a) What the heck b) 2 c) 10

0 Answers  






why is c++ called oops? Explain

0 Answers  


Tell me what are static member functions?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


Are strings mutable in c++?

0 Answers  


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


How can I disable the "echo" feature?

0 Answers  


Define token in c++.

0 Answers  


Categories