2. Name any one function called from the header file, conio.h
Answers
Answered by
1
Explanation:
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
0
Answer:
C - Header Files - A header file is a file with extension .h which contains C function declarations and macro definitions to ... It searches for a file named 'file' in a standard list of system directories
Similar questions