How can i clear screen in console application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How can i clear screen in console application

I have codeblocks.

23rd Oct 2016, 5:18 PM
David Saravany
3 Answers
0
include<conio.h> void main() { clrscr(); }
24th Oct 2016, 4:05 PM
LeStrategist
- 1
there is a clrscr function in conio.h library to do it
23rd Oct 2016, 5:45 PM
Petr Hatina
Petr Hatina - avatar
- 1
Tanks a 🙌🙌🙌🙌🙌
23rd Oct 2016, 7:05 PM
David Saravany