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
you can use system("cls"); instead of clrscr();
system("cls");
clrscr();