InterviewSolution
Saved Bookmarks
| 1. |
What is the use of a function conio.h? |
|
Answer» “conio.h” is a C header file used mostly by MS-DOS compilers to provide console input/ output. |
|