what is conio.h? Explain some of the features of conio.h?
no spam plz ✖
Answers
Answered by
4
Answer:
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 is it defined by POSIX. This header declares several useful library functions for performing "console input and output" from a program.
Answered by
13
Answer:
Explanation:
Conio. h is a header file used in old MS-DOS compilers to create text user interfaces. It is not part of the C programming language, the C standard library . This header declares several useful library functions for performing "console input and output" from a program.
Similar questions