what is significance of conio.h header file
Answers
Answered by
0
Answer:
rate my answer and Mark as brainlist
Explanation:
conio. h is a C header file used mostly by MS-DOS compilers to provide console input/output. It is not part of the C standard library or ISO C, nor it is defined by POSIX. This header declares several useful library functions for performing "console input and output" from a program.
Similar questions