+ 1

Why this code isn't working?

I am getting this error: `fatal error: conio.h: No such file or directory 2 | #include <conio.h>` Here is the hello world program I created in C. https://www.sololearn.com/compiler-playground/ckw4FmU2F92l

19th Dec 2022, 11:37 AM
Nabin Bhatt
Nabin Bhatt - avatar
1 Antwort
+ 4
canio.h is deprecated, non-ststndard header file. Don't use it. Not work in Sololearn. Remove it. and related function to it.
19th Dec 2022, 11:52 AM
Jayakrishna 🇮🇳