- 1
How to use clrscr in this app
3 Answers
+ 2
That function is in the conio.h header, which isn't provided by the Sololearn compiler & almost every modern compiler.
Use system("cls") or system("clear") instead of it.
If you're *forced* to use clrscr, you will need Turbo C compiler
+ 1
Ganesh Waje
No possible on this platform because it is not an IDE.
0
Which programming language?