how to clear screen cpp code example Example: clear screen in c++ enter code here void clrscr() { system("cls"); }