
The first is for windows, the other for linux (although there might be vice-versa implementations). Neither conio nor curses are standard C libraries. This is what happens when you are taught ancient, platform-specific APIs instead of standard C++. In this article, we are going to learn about the use of wherex() and wherey() functions of conio.h header file for getting the position of cursor. using getchar () also displays the character on the console.

getch() and getche() functions of conio.h in C.In this article, we are going to learn about the two very useful functions clrscr() and delline() of conio.h header file in C programming language.

clrscr() and delline() functions of conio.h in C.List of solved programs of 'conio.h' header file Each function is described with its definition, syntax and description of the program. This section contains library functions of conio.h header file with example programs and output.
