While programming C on the old Turbo C++ compiler I can use the clrscr() method of the \"conio.h\" header file but not on Dev C++ 5.4.2.(It gives an unusual error Id returne
system("cls"); works fine instead of clrscr();
system("cls");
clrscr();