#include <stdlib.h> //... system("clear"); //*nix system("cls"); //windows
system("clear");// Linux and mac system("cls");// windows clrscr();//TurboC
system(“cls”); OR system(“clear”);
system("cls");