Why do we use conio H?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Google, Lives in Mountain View. Holds a degree in Computer Science from Stanford University.
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 is it defined by POSIX. This header declares several useful library functions for performing "console input and output" from a program.
2023-05-08 14:09:58
评论(499)
Helpful(122)
Helpful
Helpful(2)

Harper Taylor
QuesHub.com delivers expert answers and knowledge to you.
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 is it defined by POSIX. This header declares several useful library functions for performing "console input and output" from a program.