Pages

Friday 4 July 2014

C – conio.h library functions

ll 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:


S.no
Function
Description
1 clrscr() This function is used to clear the output screen.
2 getch() It reads character from keyboard
3 getche() It reads character from keyboard and echoes to o/p screen
4 textcolor() This function is used to change the text color
5 textbackground() This function is used to change text background

0 comments:

Post a Comment