Q. How to clear output screen in C++.
Answers
Answered by
2
Explanation:
Explanation:Clearing the Screen: system("CLS"); 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.
Answered by
1
Explanation:
Similar questions