What is using namespace std in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is class and structure in c++?
How many bit combinations are there in a byte?
write a programme to get a character and thier ASCII value
Which programming language's unsatisfactory performance led to the discovery of c++?
What does count ++ do in c++?
How much is size of struct having 1 char & 1 integer?
What is the use of volatile variable?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
How do you flush std cout?
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.
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What are the rules for naming an identifier?