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