Conio.h Stands For Code Example
Example: what is conio.h
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.
Comments
Post a Comment