conio.h header file functions with examples in C language

This section contains library functions of conio.h header file with example programs and output. Each function is described with its definition, syntax and description of the program.

List of solved programs of 'conio.h' header file

  1. clrscr() and delline() 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.
  2. getch() and getche() functions of conio.h in C.
    In this article, we are going to learn about the pre-defined functions getch() and getche() of conio.h header file and use them with the help of their examples.
  3. gotoxy() and kbhit() functions of conio.h in C.
    In this article, we are going to learn about the two rare pre-defined functions (gotoxy() and kbhit()) of conio.h header file.
  4. textcolor() and textbackground() functions of conio.h in C.
    In this article, we are going to learn about the textbackground() and textcolor() functions of conio.h header file and use them to change colors.
  5. wherex() and wherey() functions of conio.h in 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.



Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.