0
c language problem
What does <conio.h> do?
3 Answers
+ 5
conio.h is a C header file which has now become obsolete.
There are many functions but I have seen it used mainly for clearing console and pausing the execution of a program.
+ 4
Nope, I don't think so it's necessary
0
Is it still necessary in sololearn?