x

C – conio.h library functions

Prev     Next

C conio.h library functions:


All C inbuilt functions which are declared in conio.h header file are given below. The source code for conio.h header file is also given below for your reference.


List of inbuilt C functions in conio.h file:

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

Source code for conio.h header file:

Please find the source code for conio.h header file below. This code is taken from DevC++ compiler files  for your reference.

Prev     Next



Like it? Please Spread the word!