Saturday, May 22, 2010

C language... what function will i use to clear screen?

Use


#include %26lt;stdlib.h%26gt;





system ("cls");








..ENjoy

C language... what function will i use to clear screen?
clrscr( );


The function is included in CONIO.H hence there is a need to include it also.


eg:


#include%26lt;conio.h%26gt;


...........


clrscr( );


...........


This will clear the screen.
Reply:clrscr();

bottle palm

No comments:

Post a Comment