What ANSI C++ function clears the screen
a) clrscr()
b) clear()
c) Its not defined by the ANSI C++ standard
No Answer is Posted For this Question
Be the First to Post Answer
What is name mangling?
What is a dangling pointer?
What is the difference between while and do while loop?
Why cstdlib is used in c++?
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.
Where do I find the current c or c++ standard documents?
What is recursion?
What is c++ and its features?
What is the benefit of learning c++?
When should we use container classes instead of arrays?
Can we change the basic meaning of an operator in c++?
Can a program run without main function?