Showing posts with label clrscr();. Show all posts
Showing posts with label clrscr();. Show all posts

Wednesday, 18 May 2011

How to clear a screen? clrscr();

clrscr() is used to clear the screen. It is used after the variable like this:


int num1,num2;
clrscr();
.
.
.
.
}