0
What is the significance of header conio.h?
3 Antworten
+ 3
it was significant when we were programming for dos, it is of no real significance now.
0
It allows a program to react on pressing a key on the keyboard. Many programs use getch() from conio.h in the end to not close console after program have done it's task