+ 2
What should i do to clear the screan?
16 Answers
+ 4
After starting main function you should write clrscr() ; to clear the screen
+ 2
or in code blocks
system('cls');
+ 1
'#include<conio.h>' header file
in main function 1 st line 'clrscr();'
+ 1
clrscr();
+ 1
clrscr();
0
Clrscr
0
yup clrscr for this use header file conio.h
0
clrscr()
0
use #include<conio> then use clrscr();
0
You can use #include<conio.h> in the header and clrscr(); at the end to clear the screen.
0
include header file <conio.h> and u'll be able to do u by typing clrscr(); after the main() function and curly bracket {
0
clrscr();
0
use clear( );
0
clrscr();
0
clrscr()
0
You have to use clrscr()