Computer Science, asked by atulyadav0012, 6 months ago

the mystatement clear the previous output on the screen​

Answers

Answered by sravan1487
3

Answer:

please make brilliant and follow me and like me

Explanation:

When the screen is cleared in Visual C++, the cursor is moved to the upper left corner of the screen. To clear the screen in Visual C++, utilize the code: system("CLS");

The standard library header file <stdlib.h> is needed.

Note: If you wish to clear the screen after a cout statement, you will need to "flush" the iostream.

Similar questions