+ 1
Can anyone explain about this part of Windows.h library : system('clear');???
windows.h
2 Answers
+ 2
in windows, you can use system("cls") command to clear the output screen.
Do include windows.h header file.
+ 1
It runs the command 'clear' in cmd.