the mystatement clear the previous output on the screen
Answers
Answered by
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