C conio.h Library Function

C conio.h library function: The <conio.h> library function used to related “console/screen” programs in c or c++ . And the full form of conio.h is “Console input-output“. And the conio.h file is provided by Borland Turbo C compiler and the GCC compiler doesn’t support it.

C <conio.h> library function

List of  inbuilt C functions in conio.h file

Functions Description
clrscr( ) used to clear the output screen
getch() It reads character from the keyboard
getche() reads character from keyboard and echoes to o/p screen
textcolor() used to change the text color
textbackground() used to change text background