In c some programmes only consist stdio.h only and no getch(); function but some has with conio.h what is diffrence | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In c some programmes only consist stdio.h only and no getch(); function but some has with conio.h what is diffrence

what is the use of conio.h and stdio.h preprocessers the absence conio.h has usually seen in function programmes please describe?

9th Feb 2018, 2:02 AM
ajmal yousuf
ajmal yousuf - avatar
1 Answer
+ 1
The stdio.h is a header file which is used to make input output operations in a c program. While conio.h is console input output. It is not a standard header but used for some functions like you cannot use getch() unless conio.h is specified.
11th Feb 2018, 2:08 PM
ABDUL MANAN
ABDUL MANAN - avatar