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