+ 1
HELP
What is the meaning of system ("cls");
2 Answers
+ 6
It is used to clear the output screen. It doesn't work in code playground, you may try it out in other IDEs.
+ 5
system() is used to invoke an OS command. The "CLS" command on Windows would clear the command prompt window.



