How a modifier is similar to mutator?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is oop?
Explain virtual functions in C++.
What are advantages of C++ when comparing with C?
18 Answers HP, iGate, TCS,
Is c++ a programming language?
What is runtime errors c++?
What is the best c++ ide?
Can a new be used in place of old mallocq? If yes, why?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
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.
Is c++ still being used?
Why should you learn c++?