Coding in C : Text mode Posted on April 26, 2018September 4, 2019 by jede Clear screen #include <conio.h> #include <stdio.h> int main (int argc,char *argv[]) { clrscr(); } </stdio.h></conio.h>