
It reads one character from the keyboard. Printf("This appears after clearing the screen.") Printf("\nThese two sentences will be cleared.")


This function is used to clear the output screen. List of Functions in conio.hįollowing are some of the functions of the header file conio.h. Here, we will use Turbo C to compile our programs. GCC compiler does not support this header file.

It contains console input and output functions which are mostly used by MS-DOS compilers. In this tutorial, we will learn about a non-standard but very useful header file in C, conio.h.Ĭonio stands for console input output. Till now, you must have heard a lot about stdio.h header file which is one of the standard header files in C.
