How to use clrscr() in NetBeans
This is specially for NetBeans users. Sometimes you might be facing some problems when you have to use "clrscr()" in C/C++ in NetBeans.
The reason is the NetBeans IDE does not supports conio.h header file and "clrscr()" is included in that library.
So this is the how you can use clrscr() alternate and clear the screen.





