TOP CATEGORIES

×

What is the use of conio.h in c language?

S

Shuhana Jha

<conio.h> stands for Console Input/Output header file, which is a non-standard header mainly used in Turbo C/C++ and MS-DOS compilers. It provides functions for console I/O operations, such as reading characters directly from the keyboard and manipulating the console screen.

Basic Syntax of <conio.h>

#include <conio.h>

0 votes

Your Answer