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();
.
.
.
.
}

0 comments:

Post a Comment